Searched refs:getPointAccessorIdx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp308 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) {
313 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2572 static int getPointAccessorIdx(char c) { function in class:clang::ExtVectorType
2610 if (int idx = getPointAccessorIdx(c)+1) return idx-1;

Completed in 80 milliseconds