Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp226 if (!D->isDefinedOutsideFunctionOrMethod()) in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h273 if (!Decl->isDefinedOutsideFunctionOrMethod()) in VisitVarDecl()
1103 if (!Decl->isDefinedOutsideFunctionOrMethod()) in VisitTypedefNameDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h938 bool isDefinedOutsideFunctionOrMethod() const { in isDefinedOutsideFunctionOrMethod() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4807 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()); in LookupIvarInObjCMethod()
4840 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()) { in LookupIvarInObjCMethod()
H A DSemaTemplateInstantiateDecl.cpp2122 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod()); in VisitFunctionDecl()
2491 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod()); in VisitCXXMethodDecl()
H A DSemaTemplateInstantiate.cpp3466 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); in InstantiateClass()
H A DSemaLookup.cpp4955 Res.getFoundDecl()->isDefinedOutsideFunctionOrMethod()))) { in LookupPotentialTypoResult()