Searched defs:HasInit (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 951 if (HasInit) in IfStmt() argument 930 bool HasInit = Init != nullptr; IfStmt() local 964 bool HasInit = Init != nullptr; Create() local 974 CreateEmpty(const ASTContext & Ctx,bool HasElse,bool HasVar,bool HasInit) CreateEmpty() argument 1058 bool HasInit = Init != nullptr; SwitchStmt() local 1074 SwitchStmt(EmptyShell Empty,bool HasInit,bool HasVar) SwitchStmt() argument 1084 bool HasInit = Init != nullptr; Create() local 1092 CreateEmpty(const ASTContext & Ctx,bool HasInit,bool HasVar) CreateEmpty() argument [all...] |
H A D | ODRHash.cpp | 318 const bool HasInit = D->hasInit(); VisitVarDecl() local
|
H A D | ExprCXX.cpp | 301 bool HasInit = Initializer != nullptr; Create() local 316 CreateEmpty(const ASTContext & Ctx,bool IsArray,bool HasInit,unsigned NumPlacementArgs,bool IsParenTypeId) CreateEmpty() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 226 bool HasInit = CurrentUnpackingBits->getNextBit(); VisitIfStmt() local 248 bool HasInit = Record.readInt(); VisitSwitchStmt() local 1908 bool HasInit = Record.readInt(); VisitCXXNewExpr() local 2961 bool HasInit = IfStmtBits.getNextBit(); ReadStmtFromStream() local [all...] |
H A D | ASTWriterStmt.cpp | 205 bool HasInit = S->getInit() != nullptr; VisitIfStmt() local 234 bool HasInit = S->getInit() != nullptr; VisitSwitchStmt() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 2271 bool HasInit = GlobalVar->hasInitializer() && selectGlobalValue() local
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 2060 TEST_P(ASTMatchersTest,HasInit) TEST_P() argument
|