Home
last modified time | relevance | path

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

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