Searched defs:AddPath (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/Lex/ | ||
H A D | HeaderSearchOptions.h | 291 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, AddPath() function |
/llvm-project/clang/include/clang/Serialization/ | ||
H A D | ASTRecordWriter.h | 313 void AddPath(StringRef Path) { AddPath() function |
/llvm-project/clang/lib/Lex/ | ||
H A D | InitHeaderSearch.cpp | 117 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, AddPath() function in InitHeaderSearch |
/llvm-project/clang/lib/Driver/ | ||
H A D | ToolChain.cpp | 823 auto AddPath = [&](const ArrayRef<StringRef> &SS) { getArchSpecificLibPaths() local |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 4777 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { AddPath() function in ASTWriter |