Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3432 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp7256 bool isFileScope = !CurContext->isFunctionOrMethod(); in BuildCompoundLiteralExpr() local