HomeSort by: relevance | last modified time | path
    Searched refs:OrigEntry (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexInclusionStack.cpp 38 if (!FI.getContentCache().OrigEntry)
63 const_cast<FileEntry *>(FI.getContentCache().OrigEntry)),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrOrderFile.cpp 117 BasicBlock *OrigEntry = &F.getEntryBlock();
126 BasicBlock::Create(M.getContext(), "order_file_entry", &F, OrigEntry);
130 BasicBlock::Create(M.getContext(), "order_file_set", &F, OrigEntry);
142 entryB.CreateCondBr(IsNotExecuted, UpdateOrderFileBB, OrigEntry);
156 updateB.CreateBr(OrigEntry);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 366 Clone->OrigEntry = Cache->OrigEntry;
729 if (Entry->getFile().getContentCache().OrigEntry)
1536 if (C->OrigEntry)
1537 Filename = C->OrigEntry->getName();
1667 if (MainSLoc.getFile().getContentCache().OrigEntry == SourceFile)
1677 SLoc.getFile().getContentCache().OrigEntry == SourceFile)
1685 SLoc.getFile().getContentCache().OrigEntry == SourceFile)
2172 out << " for " << (CC.OrigEntry ? CC.OrigEntry->getName() : "<none>"
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 142 const FileEntry *OrigEntry;
150 /// The filename that is used to access OrigEntry.
152 /// FIXME: Remove this once OrigEntry is a FileEntryRef with a stable name.
182 : OrigEntry(Ent), ContentsEntry(contentEnt), BufferOverridden(false),
191 OrigEntry = RHS.OrigEntry;
1029 return Entry->getFile().getContentCache().OrigEntry;
1049 return sloc.getFile().getContentCache().OrigEntry;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1458 if (!Cache->OrigEntry)
1462 Entry.File = Cache->OrigEntry;
1961 if (Cache->OrigEntry) {
1980 if (Content->OrigEntry) {
1981 assert(Content->OrigEntry == Content->ContentsEntry &&
1985 assert(InputFileIDs[Content->OrigEntry] != 0 && "Missed file entry");
1986 Record.push_back(InputFileIDs[Content->OrigEntry]);
ASTReader.cpp 1551 ContentCache.ContentsEntry == ContentCache.OrigEntry &&
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 8883 if (Cache->OrigEntry && Cache->OrigEntry->getDir()) {
8889 ToFileManager.getOptionalFileRef(Cache->OrigEntry->getName());

Completed in 53 milliseconds