Home
last modified time | relevance | path

Searched defs:isFileScope (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3356 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp6896 bool isFileScope = !CurContext->isFunctionOrMethod(); in BuildCompoundLiteralExpr() local