HomeSort by relevance Sort by last modified time
    Searched refs:DeclName (Results 1 - 12 of 12) sorted by null

  /external/clang/unittests/AST/
NamedDeclPrinterTest.cpp 96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName,
102 namedDecl(hasName(DeclName)).bind("id"),
108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName,
114 namedDecl(hasName(DeclName)).bind("id"),
DeclPrinterTest.cpp 102 StringRef DeclName,
107 namedDecl(hasName(DeclName)).bind("id"),
125 StringRef DeclName,
130 namedDecl(hasName(DeclName)).bind("id"),
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 87 std::string DeclName;
94 DeclName = ND->getQualifiedNameAsString();
101 DeclName = GetSignature(dyn_cast_or_null<FunctionDecl>(ND));
106 DeclName = ND->getQualifiedNameAsString();
112 return DeclName;
ExprEngineCallAndReturn.cpp 676 DeclarationName DeclName = Ctx.DeclarationNames.getIdentifier(&II);
677 if (!RD->lookup(DeclName).empty())
682 [DeclName](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) {
683 return CXXRecordDecl::FindOrdinaryMember(Specifier, Path, DeclName);
    [all...]
  /external/clang/lib/Index/
IndexSymbol.cpp 303 DeclarationName DeclName = ND->getDeclName();
304 if (DeclName.isEmpty())
306 DeclName.print(OS, Policy);
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 102 void printDeclType(QualType T, StringRef DeclName, bool Pack = false);
241 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) {
249 T.print(Out, Policy, (Pack ? "..." : "") + DeclName, Indentation);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
c.py     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 251 milliseconds