HomeSort by: relevance | last modified time | path
    Searched defs:CXXDeductionGuideDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 1792 /// Used by CXXDeductionGuideDecl, CXXConstructorDecl and CXXConversionDecl.
1848 class CXXDeductionGuideDecl : public FunctionDecl {
1852 CXXDeductionGuideDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1873 static CXXDeductionGuideDecl *
1879 static CXXDeductionGuideDecl *CreateDeserialized(ASTContext &C, unsigned ID);
DeclCXX.h 1792 /// Used by CXXDeductionGuideDecl, CXXConstructorDecl and CXXConversionDecl.
1848 class CXXDeductionGuideDecl : public FunctionDecl {
1852 CXXDeductionGuideDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1873 static CXXDeductionGuideDecl *
1879 static CXXDeductionGuideDecl *CreateDeserialized(ASTContext &C, unsigned ID);
DeclCXX.h 1792 /// Used by CXXDeductionGuideDecl, CXXConstructorDecl and CXXConversionDecl.
1848 class CXXDeductionGuideDecl : public FunctionDecl {
1852 CXXDeductionGuideDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1873 static CXXDeductionGuideDecl *
1879 static CXXDeductionGuideDecl *CreateDeserialized(ASTContext &C, unsigned ID);

Completed in 59 milliseconds