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

  /external/clang/include/clang/AST/
MangleNumberingContext.h 39 virtual unsigned getManglingNumber(const CXXMethodDecl *CallOperator) = 0;
43 virtual unsigned getManglingNumber(const BlockDecl *BD) = 0;
50 virtual unsigned getManglingNumber(const VarDecl *VD,
55 virtual unsigned getManglingNumber(const TagDecl *TD,
ASTContext.h     [all...]
ExprCXX.h     [all...]
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 61 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override {
73 unsigned getManglingNumber(const BlockDecl *BD) override {
83 unsigned getManglingNumber(const VarDecl *VD, unsigned) override {
92 unsigned getManglingNumber(const TagDecl *TD, unsigned) override {
MicrosoftCXXABI.cpp 41 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override {
45 unsigned getManglingNumber(const BlockDecl *BD) override {
56 unsigned getManglingNumber(const VarDecl *VD,
61 unsigned getManglingNumber(const TagDecl *TD,
ItaniumMangle.cpp 190 unsigned discriminator = getASTContext().getManglingNumber(ND);
    [all...]
MicrosoftMangle.cpp 175 disc = getASTContext().getManglingNumber(ND);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 815 SemaRef.Context.setManglingNumber(Enum, SemaRef.Context.getManglingNumber(D));
    [all...]
SemaLambda.cpp 428 unsigned ManglingNumber = MCtx->getManglingNumber(Method);
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]

Completed in 67 milliseconds