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

/external/clang/include/clang/AST/
H A DTypeLoc.h460 SourceLocation getNameLoc() const { function in class:clang::TypeSpecTypeLoc
467 return SourceRange(getNameLoc(), getNameLoc());
496 SourceLocation getNameLoc() const { return getBuiltinLoc(); } function in class:clang::BuiltinTypeLoc
634 (D->getIdentifier() == nullptr || D->getLocation() == getNameLoc());
908 SourceLocation getNameLoc() const {
917 return SourceRange(getNameLoc(), getNameEndLoc());
1720 SourceLocation getNameLoc() const {
1729 return SourceRange(getElaboratedKeywordLoc(), getNameLoc());
1731 return SourceRange(getQualifierLoc().getBeginLoc(), getNameLoc());
[all...]
/external/clang/include/clang/Sema/
H A DLookup.h541 SourceLocation getNameLoc() const { function in class:clang::LookupResult

Completed in 151 milliseconds