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 170 SourceLocation TypeLoc::getBeginLoc() const {
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 281 SourceLocation getBeginLoc() const {
DeclarationName.h 527 /// getBeginLoc - Retrieve the location of the first token.
528 SourceLocation getBeginLoc() const { return NameLoc; }
536 return getBeginLoc();
  /external/clang/include/clang/Sema/
DeclSpec.h 72 SourceLocation getBeginLoc() const { return Range.getBegin(); }
    [all...]

Completed in 109 milliseconds