Home | History | Annotate | Download | only in AST

Lines Matching defs:ID

148   //   An id-expression is type-dependent if it contains:
166 // (TD) - a conversion-function-id that specifies a dependent type
237 // An id-expression is type-dependent if it contains:
511 if (const ObjCInterfaceDecl *ID = MD->getClassInterface())
512 Out << *ID;
924 /// isBuiltinCall - If this is a call to a builtin, return the builtin ID. If