Home
last modified time | relevance | path

Searched defs:FullName (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp326 void CheckerRegistry::addDependency(StringRef FullName, StringRef Dependency) { in addDependency()
330 void CheckerRegistry::addWeakDependency(StringRef FullName, in addWeakDependency()
341 static void insertAndValidate(StringRef FullName, const CmdLineOption &Option, in insertAndValidate()
390 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection()
418 void CheckerRegistry::addPackage(StringRef FullName) { in addPackage()
/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h106 StringRef FullName; member
147 StringRef FullName; member
179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp29 std::string FullName; member
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp44 SmallString<256> FullName(sys::fs::getMainExecutable(HostArgv0, VoidPtr)); findLocalExecutor() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp49 std::string FullName = Symbol.getName(); in start() local
/llvm-project/clang/lib/Basic/
H A DAttributes.cpp133 SmallString<64> FullName = ScopeName; normalizeName() local
/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp158 printOption(llvm::raw_ostream & OS,StringRef FullName,const Record & R) printOption() argument
H A DSveEmitter.cpp1089 std::string FullName = mangleName(ClassS); emitIntrinsic() local
/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp231 StringRef FullName; in getDeviceLibs() local
H A DHIPAMD.cpp416 StringRef FullName; getDeviceLibs() local
H A DCommonArgs.cpp2418 auto FullName = Twine(LPath + SDL).str(); SDLSearch() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseEmplaceCheck.cpp26 const std::string FullName = "::" + Node.getQualifiedNameAsString(); in AST_MATCHER_P() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1546 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalTypeImpl() local
1554 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalTypeUnitType() local
1525 std::string FullName = getParentContextString(Context) + Name.str(); addGlobalName() local
1533 std::string FullName = getParentContextString(Context) + Name.str(); addGlobalNameForTypeUnit() local
H A DCodeViewDebug.cpp2289 std::string FullName = getFullyQualifiedName(Ty); lowerTypeEnum() local
2450 std::string FullName = getFullyQualifiedName(Ty); lowerTypeClass() local
2481 std::string FullName = getFullyQualifiedName(Ty); lowerCompleteTypeClass() local
2503 std::string FullName = getFullyQualifiedName(Ty); lowerTypeUnion() local
2523 std::string FullName = getFullyQualifiedName(Ty); lowerCompleteTypeUnion() local
[all...]
/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp129 std::string FullName = A.getNormalizedFullName(); get() local
H A DSemaARM.cpp1144 int32_t FullName; global() member
1159 StringRef FullName(&IntrinNames[It->FullName]); BuiltinAliasValid() local
/llvm-project/clang-tools-extra/clang-doc/
H A DRepresentation.h337 SmallString<16> FullName; global() member
357 SmallString<16> FullName; global() member
/llvm-project/llvm/lib/Object/
H A DArchive.cpp587 ErrorOr<std::unique_ptr<MemoryBuffer>> Buf = MemoryBuffer::getFile(FullName); in getBuffer() local
567 SmallString<128> FullName = sys::path::parent_path( getFullName() local
/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp529 std::string FullName = verify() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp481 consumeNameSuffix(StringRef & FullName,StringRef Suffix) consumeNameSuffix() argument
652 const StringRef FullName = OS.str(); matchesNodeFullSlow() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp576 bool AMDGPUMangledLibFunc::parseUnmangledName(StringRef FullName) { in parseUnmangledName() argument
/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp192 SmallString<128> FullName; getMangledName() local
/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp991 std::string FullName = flattenSymbolHierarchy() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1613 std::string FullName = "__typeid_"; getGlobalName() local
/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1872 SmallString<128> FullName(ActiveModule->getFullModuleName()); diagnosePrivateModules() local

12