Home
last modified time | relevance | path

Searched refs:MayCreate (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2953 APValue *LifetimeExtendedTemporaryDecl::getOrCreateValue(bool MayCreate) const { in getOrCreateValue()
2956 if (MayCreate && !Value) { in getOrCreateValue()
/external/clang/include/clang/AST/
DASTContext.h2439 bool MayCreate);
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h4485 APValue *getOrCreateValue(bool MayCreate) const { in getOrCreateValue() argument
4489 MayCreate); in getOrCreateValue()
DDeclCXX.h3125 APValue *getOrCreateValue(bool MayCreate) const;
/external/clang/lib/AST/
DASTContext.cpp8855 bool MayCreate) { in getMaterializedTemporaryValue() argument
8858 if (MayCreate) { in getMaterializedTemporaryValue()