Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h2592 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h3354 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope() function
/external/clang/lib/Sema/
DSemaExpr.cpp5547 bool isFileScope = getCurFunctionOrMethodDecl() == nullptr; in BuildCompoundLiteralExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp6838 bool isFileScope = !CurContext->isFunctionOrMethod(); in BuildCompoundLiteralExpr() local