Searched defs:CompName (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Sema/
H A DSemaExprMember.cpp290 SourceLocation OpLoc, const IdentifierInfo *CompName,
300 const char *compStr = CompName->getNameStart();
307 // This flag determines whether or not CompName has an 's' char prefix,
351 compStr = CompName->getNameStart();
371 : CompName->getLength();
289 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, SourceLocation OpLoc, const IdentifierInfo *CompName, SourceLocation CompLoc) argument

Completed in 236 milliseconds