Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/InstallAPI/
HDVisitor.cpp226 if (!D->isDefinedOutsideFunctionOrMethod()) in VisitVarDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h273 if (!Decl->isDefinedOutsideFunctionOrMethod()) in VisitVarDecl()
1103 if (!Decl->isDefinedOutsideFunctionOrMethod()) in VisitTypedefNameDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h938 bool isDefinedOutsideFunctionOrMethod() const { in isDefinedOutsideFunctionOrMethod() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafety.cpp1237 if (!VD || !VD->isDefinedOutsideFunctionOrMethod()) in inCurrentScope()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp4807 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()); in LookupIvarInObjCMethod()
4840 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()) { in LookupIvarInObjCMethod()
HDSemaTemplateInstantiateDecl.cpp2122 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod()); in VisitFunctionDecl()
2491 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod()); in VisitCXXMethodDecl()
HDSemaTemplateInstantiate.cpp3466 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); in InstantiateClass()
HDSemaLookup.cpp4955 Res.getFoundDecl()->isDefinedOutsideFunctionOrMethod()))) { in LookupPotentialTypoResult()