Lines Matching defs:Undefined
2977 /// macro that is public and not undefined in the same submodule.
2978 /// A macro that is defined in submodule A and undefined in submodule B,
3979 // Build a record of all used, undefined objects that require definitions.
3982 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined;
3983 SemaRef.getUndefinedButUsed(Undefined);
3985 I = Undefined.begin(), E = Undefined.end(); I != E; ++I) {
4220 // Write the undefined internal functions and variables, and inline functions.