Home
last modified time | relevance | path

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

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