Searched refs:hasDefinition (Results 51 - 56 of 56) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9815 if (VD->hasDefinition(CGM.getContext()) != VarDecl::DeclarationOnly) {
H A DCGBuiltin.cpp1608 assert(Record->hasDefinition() &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11064 if (Info->Record->hasDefinition())
H A DSemaOverload.cpp8017 if (!ClassDecl->hasDefinition())
H A DSemaOpenMP.cpp1535 RD->hasDefinition() && RD->hasMutableFields());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3862 BaseType->isLiteralType(Info.Ctx) && !VD->hasDefinition()) {

Completed in 290 milliseconds

123