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

/external/clang/lib/AST/
H A DTypeLoc.cpp128 SourceLocation TypeLoc::getBeginLoc() const { function in class:TypeLoc
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h268 SourceLocation getBeginLoc() const { function in class:clang::NestedNameSpecifierLoc
H A DDeclarationName.h526 /// getBeginLoc - Retrieve the location of the first token.
527 SourceLocation getBeginLoc() const { return NameLoc; } function in struct:clang::DeclarationNameInfo
535 return getBeginLoc();
/external/clang/include/clang/Sema/
H A DDeclSpec.h75 SourceLocation getBeginLoc() const { return Range.getBegin(); } function in class:clang::CXXScopeSpec

Completed in 109 milliseconds