Home
last modified time | relevance | path

Searched defs:RemappedFiles (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
DPreprocessorOptions.h104 std::vector<std::pair<std::string, std::string> > RemappedFiles; variable
/external/clang/lib/Frontend/
DASTUnit.cpp658 RemappedFile *RemappedFiles, in LoadFromASTFile()
1902 RemappedFile *RemappedFiles, in LoadFromCommandLine()
1994 bool ASTUnit::Reparse(RemappedFile *RemappedFiles, unsigned NumRemappedFiles) { in Reparse()
2298 RemappedFile *RemappedFiles, in CodeComplete()
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp696 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles; in clang_codeCompleteAt_Impl() local
DCIndex.cpp2567 RemappedFiles(new std::vector<ASTUnit::RemappedFile>()); in clang_parseTranslationUnit_Impl() local
2813 RemappedFiles(new std::vector<ASTUnit::RemappedFile>()); in clang_reparseTranslationUnit_Impl() local