Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h2592 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
/external/clang/lib/Sema/
DSemaExpr.cpp5547 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; in BuildCompoundLiteralExpr() local