Searched defs:HasInit (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | Stmt.cpp | 915 bool HasInit = Init != nullptr; in IfStmt() local 936 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt() 949 bool HasInit = Init != nullptr; in Create() local 959 bool HasInit) { in CreateEmpty() 1035 bool HasInit = Init != nullptr; in SwitchStmt() local 1051 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt() 1061 bool HasInit = Init != nullptr; in Create() local 1069 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty()
|
D | ODRHash.cpp | 297 const bool HasInit = D->hasInit(); in VisitVarDecl() local
|
D | ExprCXX.cpp | 252 bool HasInit = Initializer != nullptr; in Create() local 267 bool HasInit, unsigned NumPlacementArgs, in CreateEmpty()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 217 bool HasInit = Record.readInt(); in VisitIfStmt() local 238 bool HasInit = Record.readInt(); in VisitSwitchStmt() local 1859 bool HasInit = Record.readInt(); in VisitCXXNewExpr() local
|
D | ASTWriterStmt.cpp | 138 bool HasInit = S->getInit() != nullptr; in VisitIfStmt() local 166 bool HasInit = S->getInit() != nullptr; in VisitSwitchStmt() local
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 173 unsigned HasInit : 1; variable 185 unsigned HasInit : 1; variable
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 3478 TEST_P(ASTMatchersTest, HasInit) { in TEST_P() argument
|