Searched defs:OnDefinition (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp1190 bool EnterScope, bool OnDefinition) {
1196 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition);
1208 bool EnterScope, bool OnDefinition) {
1273 if (OnDefinition && AL && !AL->isCXX11Attribute() &&
1189 ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, bool EnterScope, bool OnDefinition) argument
1207 ParseLexedAttribute(LateParsedAttribute &LA, bool EnterScope, bool OnDefinition) argument

Completed in 63 milliseconds