Searched defs:fileScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h2598 QualType T, ExprValueKind VK, Expr *init, bool fileScope)
2605 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {}
2597 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, QualType T, ExprValueKind VK, Expr *init, bool fileScope) argument

Completed in 87 milliseconds