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

  /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 403 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc;
404 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 515 SourceLocation BeginLoc = getBeginLoc();
517 return SourceRange(BeginLoc, EndLoc.isValid() ? EndLoc : BeginLoc);
  /external/clang/lib/Parse/
ParseDecl.cpp 937 SourceLocation BeginLoc = ConsumeBracket();
942 Diag(BeginLoc, diag::err_attributes_not_allowed)
943 << SourceRange(BeginLoc, EndLoc);
    [all...]

Completed in 535 milliseconds