Home | History | Annotate | Download | only in AST

Lines Matching defs:ID

222   //   An id-expression is type-dependent if it contains:
240 // (TD) - a conversion-function-id that specifies a dependent type
509 MC->mangleGlobalBlock(BD, /*ID*/ nullptr, Out);
676 if (const ObjCInterfaceDecl *ID = MD->getClassInterface())
677 Out << *ID;
1217 /// getBuiltinCallee - If this is a call to a builtin, return the builtin ID. If