Home
last modified time | relevance | path

Searched defs:Paths (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp47 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 DSanitizerSpecialCaseList.cpp18 SanitizerSpecialCaseList::create(const std::vector<std::string> &Paths, in create()
31 SanitizerSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp82 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 DFileCollector.cpp106 PathStorage Paths; in canonicalize() local
123 PathCanonicalizer::PathStorage Paths = Canonicalizer.canonicalize(SrcPath); in addFileImpl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp68 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isDerivedFrom() local
93 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isVirtuallyDerivedFrom() local
308 CXXBasePaths &Paths, in lookupInBases()
402 CXXBasePaths Paths(false, false, false); in hasMemberName() local
448 CXXBasePaths Paths; in lookupDependentName() local
H A DVTableBuilder.cpp261 CXXBasePaths Paths(/*FindAmbiguities=*/false, in ComputeBaseOffset() local
1219 CXXBasePaths Paths(/*FindAmbiguities=*/true, ComputeThisAdjustmentBaseOffset() local
2698 CXXBasePaths Paths; ComputeThisOffset() local
3300 computeVTablePaths(bool ForVBTables,const CXXRecordDecl * RD,VPtrInfoVector & Paths) computeVTablePaths() argument
3384 rebucketPaths(VPtrInfoVector & Paths) rebucketPaths() argument
3430 findPathsToSubobject(ASTContext & Context,const ASTRecordLayout & MostDerivedLayout,const CXXRecordDecl * RD,CharUnits Offset,BaseSubobject IntroducingObject,FullPathTy & FullPath,std::list<FullPathTy> & Paths) findPathsToSubobject() argument
3570 computeFullPathsForVFTables(ASTContext & Context,const CXXRecordDecl * RD,VPtrInfoVector & Paths) computeFullPathsForVFTables() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCSKYToolChain.cpp28 ToolChain::path_list &Paths) { in addMultilibsFilePaths()
42 path_list &Paths = getFilePaths(); in CSKYToolChain() local
H A DOHOS.cpp158 path_list &Paths = getFilePaths(); in OHOS() local
287 path_list Paths; in getRuntimePaths() local
408 ToolChain::path_list Paths; in getArchSpecificLibPaths() local
[all...]
H A DRISCVToolchain.cpp28 ToolChain::path_list &Paths) { in addMultilibsFilePaths() argument
57 path_list &Paths = getFilePaths(); in RISCVToolChain() local
H A DHurd.cpp87 path_list &Paths = getFilePaths(); in Hurd() local
H A DSolaris.cpp317 path_list &Paths = getFilePaths(); Solaris() local
H A DLinux.cpp294 path_list &Paths = getFilePaths(); Linux() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp66 CXXBasePaths Paths; visitCXXRecordDecl() local
114 CXXBasePaths Paths; visitCXXRecordDecl() local
H A DPtrTypesSemantics.cpp68 CXXBasePaths Paths; isRefCountable() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h125 SmallVector<std::string, 1> Paths; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp122 getNumRedundantPathComponents(ArrayRef<std::string> Paths) getNumRedundantPathComponents() argument
152 getRedundantPrefixLen(ArrayRef<std::string> Paths) getRedundantPrefixLen() argument
172 getRedundantPrefixLen(ArrayRef<StringRef> Paths,unsigned LCP) getRedundantPrefixLen() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h89 PathPool Paths; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h80 SmallVector<NfaPath, 4> Paths; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp144 llvm::FileCollector::PathCanonicalizer::PathStorage Paths = copyToRoot() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h124 std::list<CXXBasePath> Paths; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp108 findInputFile(StringRef File,ArrayRef<StringRef> Paths) findInputFile() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp342 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/true, in evalBaseToDerived() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp490 std::vector<SubstringAndIndex> Paths; // Full path. member in clang::tooling::__anon8a9af54b0111::FileIndex
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h792 CXXBasePaths *Paths = nullptr; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1559 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, TryLValueToRValueCast() local
1660 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, TryStaticDowncast() local
1801 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true, TryStaticMemberPointerUpcast() local
[all...]

12