Home
last modified time | relevance | path

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

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