Home
last modified time | relevance | path

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

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