HomeSort by: relevance | last modified time | path
    Searched refs:isDefinedOutsideFunctionOrMethod (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 870 /// isDefinedOutsideFunctionOrMethod - This predicate returns true if this
874 bool isDefinedOutsideFunctionOrMethod() const {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp 1274 if (!VD->isDefinedOutsideFunctionOrMethod())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 1901 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod());
2232 cast<Decl>(Owner)->isDefinedOutsideFunctionOrMethod());
SemaTemplateInstantiate.cpp 2675 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod();
SemaLookup.cpp 4668 Res.getFoundDecl()->isDefinedOutsideFunctionOrMethod()))) {
SemaExpr.cpp 2783 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod());
2816 Lookup.getFoundDecl()->isDefinedOutsideFunctionOrMethod()) {

Completed in 81 milliseconds