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

/external/clang/include/clang/AST/
H A DTypeLoc.h406 SourceLocation getNameLoc() const { function in class:clang::TypeSpecTypeLoc
413 return SourceRange(getNameLoc(), getNameLoc());
443 SourceLocation getNameLoc() const { return getBuiltinLoc(); } function in class:clang::BuiltinTypeLoc
577 (D->getIdentifier() == 0 || D->getLocation() == getNameLoc());
847 SourceLocation getNameLoc() const {
856 return SourceRange(getNameLoc(), getNameEndLoc());
1586 SourceLocation getNameLoc() const {
1595 return SourceRange(getElaboratedKeywordLoc(), getNameLoc());
1597 return SourceRange(getQualifierLoc().getBeginLoc(), getNameLoc());
[all...]
/external/clang/include/clang/Sema/
H A DLookup.h516 SourceLocation getNameLoc() const { function in class:clang::LookupResult

Completed in 62 milliseconds