Home
last modified time | relevance | path

Searched defs:getBeginLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DNestedNameSpecifier.h281 SourceLocation getBeginLoc() const { in getBeginLoc() function
DDeclarationName.h528 SourceLocation getBeginLoc() const { return NameLoc; } in getBeginLoc() function
/external/clang/lib/AST/
DTypeLoc.cpp128 SourceLocation TypeLoc::getBeginLoc() const { in getBeginLoc() function in TypeLoc
/external/clang/include/clang/Sema/
DDeclSpec.h76 SourceLocation getBeginLoc() const { return Range.getBegin(); } in getBeginLoc() function