Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp139 static bool hasDefinition(const ObjCObjectPointerType *ObjPtr) { in hasDefinition() function
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp515 AST_MATCHER_P(Expr, hasDefinition, ast_matchers::internal::Matcher<Expr>, in AST_MATCHER_P() argument
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1527 bool hasDefinition() const { in hasDefinition() function
2235 bool hasDefinition() const { hasDefinition() function
[all...]
H A DDeclCXX.h571 bool hasDefinition() const { return DefinitionData || dataPtr(); } hasDefinition() function
H A DDecl.h1301 DefinitionKind hasDefinition() const { hasDefinition() function
/llvm-project/clang/lib/AST/
H A DDecl.cpp2357 VarDecl::DefinitionKind VarDecl::hasDefinition(ASTContext &C) const { hasDefinition() function in VarDecl
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8515 AST_MATCHER(CXXRecordDecl,hasDefinition) AST_MATCHER() argument