Home
last modified time | relevance | path

Searched defs:hasInitializer (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h97 inline bool hasInitializer() const { return !isDeclaration(); } hasInitializer() function
/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h81 bool hasInitializer() const { in hasInitializer() function
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2746 bool hasInitializer() const { return HasInitializer; } hasInitializer() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4338 AST_MATCHER_P(VarDecl,hasInitializer,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2404 bool hasInitializer() const { return CXXNewExprBits.HasInitializer; } hasInitializer() function