Home
last modified time | relevance | path

Searched defs:HasInit (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/AST/
H A DStmt.cpp951 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 DODRHash.cpp318 const bool HasInit = D->hasInit(); VisitVarDecl() local
H A DExprCXX.cpp301 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 DASTReaderStmt.cpp226 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 DASTWriterStmt.cpp205 bool HasInit = S->getInit() != nullptr; VisitIfStmt() local
234 bool HasInit = S->getInit() != nullptr; VisitSwitchStmt() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp2271 bool HasInit = GlobalVar->hasInitializer() && selectGlobalValue() local
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp2060 TEST_P(ASTMatchersTest,HasInit) TEST_P() argument