Home
last modified time | relevance | path

Searched refs:isDefinedOutsideFunctionOrMethod (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp251 if (!Decl->isDefinedOutsideFunctionOrMethod()) in VisitVarDecl()
518 if (!Decl->isDefinedOutsideFunctionOrMethod()) in VisitTypedefNameDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h903 bool isDefinedOutsideFunctionOrMethod() const { in isDefinedOutsideFunctionOrMethod() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp1223 if (!VD->isDefinedOutsideFunctionOrMethod()) in inCurrentScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2023 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod()); in VisitFunctionDecl()
2360 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod()); in VisitCXXMethodDecl()
H A DSemaTemplateInstantiate.cpp2719 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); in InstantiateClass()
H A DSemaLookup.cpp4993 Res.getFoundDecl()->isDefinedOutsideFunctionOrMethod()))) { in LookupPotentialTypoResult()
H A DSemaExpr.cpp2852 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()); in LookupIvarInObjCMethod()
2885 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()) { in LookupIvarInObjCMethod()