/llvm-project/clang/lib/Basic/ |
H A D | ProfileList.cpp | 47 ProfileSpecialCaseList::create(const std::vector<std::string> &Paths, in create() 57 ProfileSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() 67 ProfileList::ProfileList(ArrayRef<std::string> Paths, SourceManager &SM) in ProfileList()
|
H A D | SanitizerSpecialCaseList.cpp | 18 SanitizerSpecialCaseList::create(const std::vector<std::string> &Paths, in create() 31 SanitizerSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie()
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | StdLib.h | 46 llvm::SmallVector<std::string> Paths; member
|
/llvm-project/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 82 SpecialCaseList::create(const std::vector<std::string> &Paths, in create() 99 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() 107 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal()
|
H A D | FileCollector.cpp | 106 PathStorage Paths; in canonicalize() local 123 PathCanonicalizer::PathStorage Paths = Canonicalizer.canonicalize(SrcPath); in addFileImpl() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CSKYToolChain.cpp | 28 ToolChain::path_list &Paths) { in addMultilibsFilePaths() 42 path_list &Paths = getFilePaths(); in CSKYToolChain() local
|
H A D | RISCVToolchain.cpp | 28 ToolChain::path_list &Paths) { in addMultilibsFilePaths() 57 path_list &Paths = getFilePaths(); in RISCVToolChain() local
|
H A D | OHOS.cpp | 158 path_list &Paths = getFilePaths(); OHOS() local 287 path_list Paths; getRuntimePaths() local 408 ToolChain::path_list Paths; getArchSpecificLibPaths() local [all...] |
H A D | Hurd.cpp | 87 path_list &Paths = getFilePaths(); in Hurd() local
|
H A D | Solaris.cpp | 316 path_list &Paths = getFilePaths(); in Solaris() local
|
/llvm-project/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 68 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, isDerivedFrom() local 93 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, isVirtuallyDerivedFrom() local 308 lookupInBases(BaseMatchesCallback BaseMatches,CXXBasePaths & Paths,bool LookupInDependent) const lookupInBases() argument 402 CXXBasePaths Paths(false, false, false); hasMemberName() local 448 CXXBasePaths Paths; lookupDependentName() local [all...] |
H A D | VTableBuilder.cpp | 261 CXXBasePaths Paths(/*FindAmbiguities=*/false, in ComputeBaseOffset() local 1249 CXXBasePaths Paths(/*FindAmbiguities=*/true, in ComputeThisAdjustmentBaseOffset() local 2791 CXXBasePaths Paths; in ComputeThisOffset() local 3393 computeVTablePaths(bool ForVBTables,const CXXRecordDecl * RD,VPtrInfoVector & Paths) computeVTablePaths() argument 3477 rebucketPaths(VPtrInfoVector & Paths) rebucketPaths() argument 3523 findPathsToSubobject(ASTContext & Context,const ASTRecordLayout & MostDerivedLayout,const CXXRecordDecl * RD,CharUnits Offset,BaseSubobject IntroducingObject,FullPathTy & FullPath,std::list<FullPathTy> & Paths) findPathsToSubobject() argument 3663 computeFullPathsForVFTables(ASTContext & Context,const CXXRecordDecl * RD,VPtrInfoVector & Paths) computeFullPathsForVFTables() argument [all...] |
/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | Debuginfod.h | 125 SmallVector<std::string, 1> Paths; variable
|
/llvm-project/clang/include/clang/IndexSerialization/ |
H A D | SerializablePathCollection.h | 89 PathPool Paths; variable
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageReport.cpp | 139 unsigned getNumRedundantPathComponents(ArrayRef<std::string> Paths) { in getNumRedundantPathComponents() 169 unsigned getRedundantPrefixLen(ArrayRef<std::string> Paths) { in getRedundantPrefixLen() 189 unsigned getRedundantPrefixLen(ArrayRef<StringRef> Paths, unsigned LCP) { in getRedundantPrefixLen()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Automaton.h | 80 SmallVector<NfaPath, 4> Paths; variable
|
/llvm-project/llvm/tools/llvm-debuginfod/ |
H A D | llvm-debuginfod.cpp | 126 SmallVector<StringRef, 1> Paths; llvm_debuginfod_main() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | ModuleDependencyCollector.cpp | 145 llvm::FileCollector::PathCanonicalizer::PathStorage Paths = in copyToRoot() local
|
/llvm-project/llvm/docs/ |
H A D | ConvergentOperations.rst | 832 .. _convergence_region:
|
/llvm-project/lldb/unittests/Interpreter/ |
H A D | TestCompletion.cpp | 106 static bool HasEquivalentFile(const Twine &Path, const StringList &Paths) { in HasEquivalentFile()
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | Utils.cpp | 236 getPathsForPlatform(const PathToPlatformSeq & Paths,PlatformType Platform) getPathsForPlatform() argument
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | VirtualNearMissCheck.cpp | 82 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, in checkOverridingFunctionReturnType() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 124 std::list<CXXBasePath> Paths; variable
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 342 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/true, in evalBaseToDerived() local
|
/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 109 findInputFile(StringRef File,ArrayRef<StringRef> Paths) findInputFile() argument
|