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

  /external/clang/lib/Lex/
PreprocessingRecord.cpp 173 SourceLocation BeginLoc = Entity->getSourceRange().getBegin();
177 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
192 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
Pragma.cpp     [all...]
PPDirectives.cpp 395 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc;
396 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 43 milliseconds