Searched refs:FullName (Results 26 - 32 of 32) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1776 SmallString<128> FullName(ActiveModule->getFullModuleName());
1777 if (!FullName.startswith(M->Name) && !FullName.endswith("Private"))
1788 << FullName;
1801 GenNoteAndFixIt(FullName, FixedPrivModDecl, M,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp192 SmallString<128> FullName; local
199 Mangler::getNameWithPrefix(FullName, GV->getName(), DL);
200 return std::string(FullName.str());
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dntsecapi.d393 UNICODE_STRING FullName;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py745 def FullName(self): member in class:FileInfo
750 """FullName after removing the local path to the repository.
759 fullname = self.FullName()
3713 abs_filename = FileInfo(filename).FullName()
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1441 std::string FullName = "__typeid_"; local
1442 raw_string_ostream OS(FullName);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp5114 int32_t FullName; member in struct:__anon799::IntrinToName
5129 StringRef FullName(&IntrinNames[It->FullName]);
5130 if (AliasName == FullName)
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2121 if (Checker.FullName == CheckerName)

Completed in 481 milliseconds

12