Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h577 bool isDefinedOutsideFunctionOrMethod() const;
/external/clang/lib/AST/
DDeclBase.cpp136 bool Decl::isDefinedOutsideFunctionOrMethod() const { in isDefinedOutsideFunctionOrMethod() function in Decl
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1040 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod()); in VisitFunctionDecl()
1318 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod()); in VisitCXXMethodDecl()
DSemaTemplateInstantiate.cpp1742 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); in InstantiateClass()
DSemaLookup.cpp3287 Res.getFoundDecl()->isDefinedOutsideFunctionOrMethod()))) { in LookupPotentialTypoResult()
DSemaExpr.cpp1516 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod() && in SynthesizeProvisionalIvar()
1809 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()); in LookupInObjCMethod()