Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h490 bool isFileContextDecl() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp408 bool Decl::isFileContextDecl() const { in isFileContextDecl() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp370 while (!CurDecl->isFileContextDecl()) { in getTemplateInstantiationArgs()