HomeSort by relevance Sort by last modified time
    Searched defs:getBeginLoc (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
TypeLoc.cpp 128 SourceLocation TypeLoc::getBeginLoc() const {
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 268 SourceLocation getBeginLoc() const {
DeclarationName.h 526 /// getBeginLoc - Retrieve the location of the first token.
527 SourceLocation getBeginLoc() const { return NameLoc; }
535 return getBeginLoc();
  /external/clang/include/clang/Sema/
DeclSpec.h 75 SourceLocation getBeginLoc() const { return Range.getBegin(); }
    [all...]

Completed in 81 milliseconds