Home
last modified time | relevance | path

Searched refs:DelayTypeCreation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp136 bool DelayTypeCreation) { in Create() argument
142 if (!DelayTypeCreation) in Create()
H A DASTImporter.cpp3158 const bool DelayTypeCreation = true; in VisitRecordDecl() local
3162 cast_or_null<CXXRecordDecl>(PrevDecl), DelayTypeCreation)) in VisitRecordDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h577 bool DelayTypeCreation = false);