Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp4788 bool isFileScope = getCurFunctionOrMethodDecl() == 0; in BuildCompoundLiteralExpr() local
9866 bool isFileScope in ActOnStmtExpr() local
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h2589 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function