Home
last modified time | relevance | path

Searched defs:Elidable (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp836 CXXConstructorDecl *D, bool Elidable, in Create()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp5048 bool Elidable = CurInitExpr->isTemporaryObject(S.Context, Class); in CopyObject() local
H A DSemaDeclCXX.cpp11156 bool Elidable = false; in BuildCXXConstructExpr() local
11185 CXXConstructorDecl *Constructor, bool Elidable, in BuildCXXConstructExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1083 bool Elidable : 1; variable