Home
last modified time | relevance | path

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

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