Home
last modified time | relevance | path

Searched defs:Construct (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp428 } else if (CXXConstructExpr *Construct = PrintConstructorInitializers() local
1037 } else if (CXXConstructExpr *Construct = VisitVarDecl() local
H A DDeclCXX.cpp2732 if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) getTargetConstructor() local
H A DExprConstant.cpp7497 __anon147cbbcc1902(int Construct, QualType NoteTy, SourceLocation NoteLoc) checkBitCastConstexprEligibilityType() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1759 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) isTrivialInitializer() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1996 PathDiagnosticConstruct Construct(PDC, ErrorNode, R); generate() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2096 const auto *Construct = dyn_cast<CXXConstructExpr>(Init); ShouldDiagnoseUnusedDecl() local
H A DSemaChecking.cpp16652 else if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) CheckForIntOverflow() local
H A DTreeTransform.h4107 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init); TransformInitializer() local
[all...]