Searched defs:isFileScope (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 3445 bool isFileScope() const { return TInfoAndScope.getInt(); } isFileScope() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExpr.cpp | 7000 bool isFileScope = !CurContext->isFunctionOrMethod(); BuildCompoundLiteralExpr() local |