Home
last modified time | relevance | path

Searched refs:isFileContextDecl (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h478 bool isFileContextDecl() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp408 bool Decl::isFileContextDecl() const { in isFileContextDecl() function in Decl
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp303 while (!CurDecl->isFileContextDecl()) { in getTemplateInstantiationArgs()