Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp63 if (!Decl->isDefinedOutsideFunctionOrMethod()) in VisitVarDecl()
335 if (!Decl->isDefinedOutsideFunctionOrMethod()) in VisitTypedefNameDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h914 bool isDefinedOutsideFunctionOrMethod() const { in isDefinedOutsideFunctionOrMethod() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp1223 if (!VD || !VD->isDefinedOutsideFunctionOrMethod()) in inCurrentScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2039 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod()); in VisitFunctionDecl()
2403 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod()); in VisitCXXMethodDecl()
H A DSemaTemplateInstantiate.cpp3106 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); in InstantiateClass()
H A DSemaLookup.cpp5005 Res.getFoundDecl()->isDefinedOutsideFunctionOrMethod()))) { in LookupPotentialTypoResult()
H A DSemaExpr.cpp2855 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()); in LookupIvarInObjCMethod()
2888 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()) { in LookupIvarInObjCMethod()