Home
last modified time | relevance | path

Searched defs:CreateImplicit (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp5233 ImportDecl *ImportDecl::CreateImplicit(ASTContext &C, DeclContext *DC, in CreateImplicit() function in ImportDecl
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3225 static MemberExpr *CreateImplicit(const ASTContext &C, Expr *Base, in CreateImplicit() function