Searched defs:FullName (Results 1 - 11 of 11) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
H A DCompilandDumper.cpp46 std::string FullName = Symbol.getName(); local
47 if (Printer.IsCompilandExcluded(FullName))
51 WithColor(Printer, PDB_ColorItem::Path).get() << FullName;
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistry.h87 StringRef FullName; member in struct:clang::ento::CheckerRegistry::CheckerInfo
91 : Initialize(fn), FullName(name), Desc(desc) {}
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp321 const StringRef FullName = OS.str(); local
325 return FullName == Pattern;
327 return FullName.endswith(Pattern) &&
328 FullName.drop_back(Pattern.size()).endswith("::");
/external/clang/lib/Sema/
H A DAttributeList.cpp130 SmallString<64> FullName; local
132 FullName += ScopeName->getName();
134 AttrName = normalizeAttrName(AttrName, FullName, SyntaxUsed);
139 FullName += "::";
140 FullName += AttrName;
142 return ::getAttrKind(FullName, SyntaxUsed);
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp270 SmallString<128> FullName; local
271 Mangler::getNameWithPrefix(FullName, Name, getDataLayout());
273 if (void *Addr = getPointerToGlobalIfAvailable(FullName))
278 return Dyld.getSymbol(FullName);
/external/v8/tools/
H A Dll_prof.py122 def FullName(self): member in class:Code
813 code.FullName(), code.origin)
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dast.py237 def FullName(self): member in class:_GenericDeclaration
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp195 SmallString<128> FullName; local
202 Mangler::getNameWithPrefix(FullName, GV->getName(), DL);
203 return FullName.str();
/external/compiler-rt/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()
/external/libvpx/libvpx/tools/
H A Dcpplint.py870 def FullName(self): member in class:FileInfo
875 """FullName after removing the local path to the repository.
884 fullname = self.FullName()
4430 abs_filename = FileInfo(filename).FullName()
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp657 SmallString<256> FullName; local
661 return FullName;
665 return FullName;
669 llvm::raw_svector_ostream Out(FullName);
671 return FullName;
710 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); local
713 llvm::DINode::FlagFwdDecl, FullName);
2038 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); local
2052 0, Size, Align, llvm::DINode::FlagFwdDecl, FullName);
2071 SmallString<256> FullName local
2358 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); local
[all...]

Completed in 525 milliseconds