Home
last modified time | relevance | path

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

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