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

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 114 DebugLoc FirstLoc = Details.LineStarts[0].Loc;
115 assert(!FirstLoc.isUnknown()
117 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 133 DebugLoc FirstLoc = Details.LineStarts[0].Loc;
134 assert(!FirstLoc.isUnknown()
137 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
  /external/clang/lib/Lex/
TokenLexer.cpp 751 SourceLocation FirstLoc = begin_tokens->getLocation();
752 SourceLocation CurLoc = FirstLoc;
784 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(),
790 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength);
797 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs);
    [all...]
  /external/clang/include/clang/Serialization/
Module.h 168 SourceLocation FirstLoc;
  /external/clang/lib/Sema/
DeclSpec.cpp 870 SourceLocation FirstLoc;
873 if (FirstLoc.isInvalid() ||
875 FirstLoc))
876 FirstLoc = ExtraLocs[I];
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 234 SMLoc FirstLoc = getLexer().getLoc();
262 SectionName = StringRef(FirstLoc.getPointer(), Size);
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 41 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation());
42 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength());
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 3243 milliseconds