Searched defs:getNameLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLoc.h457 SourceLocation getNameLoc() const { function in class:clang::TypeSpecTypeLoc
464 return SourceRange(getNameLoc(), getNameLoc());
493 SourceLocation getNameLoc() const { return getBuiltinLoc(); } function in class:clang::BuiltinTypeLoc
631 (D->getIdentifier() == 0 || D->getLocation() == getNameLoc());
905 SourceLocation getNameLoc() const {
914 return SourceRange(getNameLoc(), getNameEndLoc());
1714 SourceLocation getNameLoc() const {
1723 return SourceRange(getElaboratedKeywordLoc(), getNameLoc());
1725 return SourceRange(getQualifierLoc().getBeginLoc(), getNameLoc());
[all...]
/external/clang/include/clang/Sema/
H A DLookup.h529 SourceLocation getNameLoc() const { function in class:clang::LookupResult

Completed in 66 milliseconds