Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h2627 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp4954 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; in BuildCompoundLiteralExpr() local