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 249 SourceLocation BeginLoc = Entity->getSourceRange().getBegin();
253 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
262 !SourceMgr.isBeforeInTranslationUnit(BeginLoc,
290 if (!SourceMgr.isBeforeInTranslationUnit(BeginLoc,
301 BeginLoc,
Pragma.cpp     [all...]
PPDirectives.cpp 419 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc;
420 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 539 SourceLocation BeginLoc = RegionOfInterest.getBegin();
541 BeginLoc == RegionOfInterest.getEnd()) {
542 SourceLocation Loc = AU->mapLocationToPreamble(BeginLoc);
547 return Visit(cxcursor::MakeMacroExpansionCursor(MacroDef, BeginLoc, TU));
    [all...]

Completed in 62 milliseconds