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

/external/clang/include/clang/AST/
H A DTypeLoc.h422 SourceLocation getNameLoc() const { function in class:clang::TypeSpecTypeLoc
429 return SourceRange(getNameLoc(), getNameLoc());
460 SourceLocation getNameLoc() const { return getBuiltinLoc(); } function in class:clang::BuiltinTypeLoc
594 (D->getIdentifier() == 0 || D->getLocation() == getNameLoc());
864 SourceLocation getNameLoc() const {
873 return SourceRange(getNameLoc(), getNameEndLoc());
1631 SourceLocation getNameLoc() const {
1640 return SourceRange(getElaboratedKeywordLoc(), getNameLoc());
1642 return SourceRange(getQualifierLoc().getBeginLoc(), getNameLoc());
[all...]
/external/clang/include/clang/Sema/
H A DLookup.h526 SourceLocation getNameLoc() const { function in class:clang::LookupResult

Completed in 66 milliseconds