Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp3977 bool isFileScope = getCurFunctionOrMethodDecl() == 0; in BuildCompoundLiteralExpr() local
8582 bool isFileScope in ActOnStmtExpr() local
/external/clang/include/clang/AST/
DExpr.h2470 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function