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 99 SourceLocation TypeLoc::getBeginLoc() const {
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 264 SourceLocation getBeginLoc() const {
DeclarationName.h 522 /// getBeginLoc - Retrieve the location of the first token.
523 SourceLocation getBeginLoc() const { return NameLoc; }
528 SourceLocation BeginLoc = getBeginLoc();
533 return getBeginLoc();
  /external/clang/include/clang/Sema/
DeclSpec.h 75 SourceLocation getBeginLoc() const { return Range.getBegin(); }
    [all...]

Completed in 263 milliseconds