HomeSort by: relevance | last modified time | path
    Searched refs:getWithDecl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
GlobalDecl.h 158 GlobalDecl getWithDecl(const Decl *D) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 894 return GD.getWithDecl(TD);
902 return GD.getWithDecl(Spec->getSpecializedTemplate());
909 return GD.getWithDecl(Spec->getSpecializedTemplate());
1090 mangleUnscopedName(GD.getWithDecl(ND->getTemplatedDecl()), AdditionalAbiTags);
2098 mangleUnqualifiedName(GD.getWithDecl(ND->getTemplatedDecl()), nullptr);
ASTContext.cpp 11567 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 1218 MC.mangleName(GD.getWithDecl(ND), Out);
3628 addDeferredDeclToEmit(GD.getWithDecl(FD));

Completed in 43 milliseconds