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

/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h282 SourceLocation getBeginLoc() const { function in class:clang::NestedNameSpecifierLoc
H A DDeclarationName.h530 /// getBeginLoc - Retrieve the location of the first token.
531 SourceLocation getBeginLoc() const { return NameLoc; } function in struct:clang::DeclarationNameInfo
539 return getBeginLoc();
/external/clang/lib/AST/
H A DTypeLoc.cpp170 SourceLocation TypeLoc::getBeginLoc() const { function in class:TypeLoc
/external/clang/include/clang/Sema/
H A DDeclSpec.h72 SourceLocation getBeginLoc() const { return Range.getBegin(); } function in class:clang::CXXScopeSpec
1579 I.Loc = SS.getBeginLoc();

Completed in 275 milliseconds