Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp760 ConstructionKind ConstructKind, in Create()
779 ConstructionKind ConstructKind, in CXXConstructExpr()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp1035 ConstructionKind ConstructKind, SourceRange ParenOrBraceRange) { in Create()
1058 bool ZeroInitialization, ConstructionKind ConstructKind, in CXXConstructExpr()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp11440 unsigned ConstructKind, in BuildCXXConstructExpr()
11479 unsigned ConstructKind, in BuildCXXConstructExpr()
11504 unsigned ConstructKind, in BuildCXXConstructExpr()
DSemaInit.cpp5757 CXXConstructExpr::ConstructionKind ConstructKind = in PerformConstructorInitialization() local
DTreeTransform.h2701 CXXConstructExpr::ConstructionKind ConstructKind, in RebuildCXXConstructExpr()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp14988 unsigned ConstructKind, in BuildCXXConstructExpr()
15027 unsigned ConstructKind, in BuildCXXConstructExpr()
15052 unsigned ConstructKind, in BuildCXXConstructExpr()
DSemaInit.cpp6499 CXXConstructExpr::ConstructionKind ConstructKind = in PerformConstructorInitialization() local
DTreeTransform.h3115 CXXConstructExpr::ConstructionKind ConstructKind, in RebuildCXXConstructExpr()
/external/clang/include/clang/AST/
DExprCXX.h1182 unsigned ConstructKind : 2; variable