Home
last modified time | relevance | path

Searched refs:createFromCustomPath (Results 1 – 6 of 6) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h143 static llvm::ErrorOr<TempPCHFile> createFromCustomPath(const Twine &Path);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h144 static llvm::ErrorOr<TempPCHFile> createFromCustomPath(const Twine &Path);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h144 static llvm::ErrorOr<TempPCHFile> createFromCustomPath(const Twine &Path);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp519 return TempPCHFile::createFromCustomPath(TmpFile); in CreateNewPreamblePCHFile()
540 PrecompiledPreamble::TempPCHFile::createFromCustomPath(const Twine &Path) { in createFromCustomPath() function in PrecompiledPreamble::TempPCHFile
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp524 return TempPCHFile::createFromCustomPath(TmpFile); in CreateNewPreamblePCHFile()
545 PrecompiledPreamble::TempPCHFile::createFromCustomPath(const Twine &Path) { in createFromCustomPath() function in PrecompiledPreamble::TempPCHFile
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp538 return TempPCHFile::createFromCustomPath(TmpFile); in CreateNewPreamblePCHFile()
559 PrecompiledPreamble::TempPCHFile::createFromCustomPath(const Twine &Path) { in createFromCustomPath() function in PrecompiledPreamble::TempPCHFile