Searched refs:isDefinedOutsideFunctionOrMethod (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h688 /// isDefinedOutsideFunctionOrMethod - This predicate returns true if this
692 bool isDefinedOutsideFunctionOrMethod() const { function in class:clang::Decl
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1249 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod());
1525 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod());
H A DSemaTemplateInstantiate.cpp1928 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod();
H A DSemaLookup.cpp3931 Res.getFoundDecl()->isDefinedOutsideFunctionOrMethod()))) {
H A DSemaExpr.cpp2316 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod());
2395 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()) {

Completed in 489 milliseconds