Home
last modified time | relevance | path

Searched defs:ConstructKind (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/clang/lib/AST/
H A DExprCXX.cpp760 ConstructionKind ConstructKind, in Create()
779 ConstructionKind ConstructKind, in CXXConstructExpr()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp11440 unsigned ConstructKind, in BuildCXXConstructExpr()
11479 unsigned ConstructKind, in BuildCXXConstructExpr()
11504 unsigned ConstructKind, in BuildCXXConstructExpr()
H A DSemaInit.cpp5757 CXXConstructExpr::ConstructionKind ConstructKind = in PerformConstructorInitialization() local
H A DTreeTransform.h2701 CXXConstructExpr::ConstructionKind ConstructKind, in RebuildCXXConstructExpr()
/aosp_15_r20/external/clang/include/clang/AST/
H A DExprCXX.h1182 unsigned ConstructKind : 2; variable