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

  /external/clang/lib/Index/
IndexSymbol.cpp 303 DeclarationName DeclName = ND->getDeclName();
304 if (DeclName.isEmpty())
306 DeclName.print(OS, Policy);
  /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/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 657 milliseconds