HomeSort by relevance Sort by last modified time
    Searched refs:BeginLoc (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/AST/
DeclarationName.h 528 SourceLocation BeginLoc = getBeginLoc();
530 return SourceRange(BeginLoc, EndLoc.isValid() ? EndLoc : BeginLoc);
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 250 SourceLocation BeginLoc = Entity->getSourceRange().getBegin();
254 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
263 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
283 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
294 BeginLoc,
Pragma.cpp     [all...]
PPDirectives.cpp 417 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc;
418 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 64 milliseconds