HomeSort by relevance Sort by last modified time
    Searched full:beginloc (Results 1 - 11 of 11) 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/ARCMigrate/
TransformActions.cpp 69 SourceLocation beginLoc = range.getBegin(), endLoc = range.getEnd();
70 assert(beginLoc.isValid() && endLoc.isValid());
72 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
75 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 33 Node *beginloc = 0;
99 winner = (Node *)stat3(PROGRAM, beginloc, $1, endloc); }
181 { beginloc = linkum(beginloc, $3); $$ = 0; }
  /external/clang/include/clang/AST/
DeclObjC.h 226 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
237 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
258 SourceLocation beginLoc,
    [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...]
  /external/clang/lib/AST/
DeclObjC.cpp 471 SourceLocation beginLoc,
483 return new (C) ObjCMethodDecl(beginLoc, endLoc,
    [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 218 milliseconds