Home
last modified time | relevance | path

Searched defs:ExprType (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/Parse/
DParseExpr.cpp1782 ParenParseOption ExprType = CastExpr; in ParseExprAfterUnaryExprOrTypeTrait() local
2184 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr, in ParseParenExpression()
DParseExprCXX.cpp3099 Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType, in ParseCXXAmbiguousParenExpression()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp856 QualType ExprType = Updater->getType(); in EmitDesignatedInitUpdater() local
1132 QualType ExprType = Updater->getType(); in Build() local
/external/rust/crates/syn/src/gen/
Deq.rs663 impl Eq for ExprType {} implementation
666 impl PartialEq for ExprType { implementation
Dclone.rs694 impl Clone for ExprType { implementation
Dhash.rs918 impl Hash for ExprType { implementation
Dvisit_mut.rs247 fn visit_expr_type_mut(&mut self, i: &mut ExprType) { in visit_expr_type_mut()
Dfold.rs244 fn fold_expr_type(&mut self, i: ExprType) -> ExprType { in fold_expr_type()
Ddebug.rs1008 impl Debug for ExprType { implementation
Dvisit.rs246 fn visit_expr_type(&mut self, i: &'ast ExprType) { in visit_expr_type()
/external/rust/crates/syn/src/
Dexpr.rs3111 impl ToTokens for ExprType { implementation
/external/clang/lib/Sema/
DSemaOpenMP.cpp1270 QualType ExprType = VD->getType().getNonReferenceType(); in ActOnOpenMPIdExpression() local
DSemaExpr.cpp3711 bool Sema::CheckUnaryExprOrTypeTraitOperand(QualType ExprType, in CheckUnaryExprOrTypeTraitOperand()