Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h3439 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp7496 bool isFileScope = !CurContext->isFunctionOrMethod(); in BuildCompoundLiteralExpr() local