Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2960 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp5872 bool isFileScope = !CurContext->isFunctionOrMethod(); in BuildCompoundLiteralExpr() local