Searched refs:isExternCXXContext (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1936 bool isExternCXXContext() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1206 bool DeclContext::isExternCXXContext() const { function in class:DeclContext
H A DDecl.cpp2072 return getLexicalDeclContext()->isExternCXXContext();
3077 return getLexicalDeclContext()->isExternCXXContext();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18382 !CurLexicalContext->isExternCXXContext() &&

Completed in 188 milliseconds