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 98 SourceLocation TypeLoc::getBeginLoc() const {
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 261 SourceLocation getBeginLoc() const {
DeclarationName.h 508 /// getBeginLoc - Retrieve the location of the first token.
509 SourceLocation getBeginLoc() const { return NameLoc; }
514 return SourceRange(getBeginLoc(), getEndLoc());
  /external/clang/include/clang/Sema/
DeclSpec.h 69 SourceLocation getBeginLoc() const { return Range.getBegin(); }
    [all...]

Completed in 315 milliseconds