Searched defs:NC_Expression (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/Sema/ | ||
H A D | Sema.h | 1381 NC_Expression, enumerator in enum:clang::Sema::NameClassificationKind 1398 NameClassification(ExprResult Expr) : Kind(NC_Expression), Expr(Expr) {} 1443 assert(Kind == NC_Expression); |
Completed in 104 milliseconds