Searched defs:HasInit (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp297 const bool HasInit = D->hasInit(); local
H A DExprCXX.cpp240 bool HasInit = Initializer != nullptr; local
254 CreateEmpty(const ASTContext &Ctx, bool IsArray, bool HasInit, unsigned NumPlacementArgs, bool IsParenTypeId) argument
H A DStmt.cpp835 bool HasInit = Init != nullptr; local
856 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) argument
868 bool HasInit = Init != nullptr; local
877 CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, bool HasInit) argument
952 bool HasInit = Init != nullptr; local
968 SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) argument
977 bool HasInit = Init != nullptr; local
985 CreateEmpty(const ASTContext &Ctx, bool HasInit, bool HasVar) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp138 bool HasInit = S->getInit() != nullptr; local
164 bool HasInit = S->getInit() != nullptr; local
H A DASTReaderStmt.cpp217 bool HasInit = Record.readInt(); local
236 bool HasInit = Record.readInt(); local
1845 bool HasInit = Record.readInt(); local
[all...]

Completed in 179 milliseconds