Home
last modified time | relevance | path

Searched refs:OnDefinition (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h1217 bool EnterScope, bool OnDefinition);
1219 bool EnterScope, bool OnDefinition);
/external/clang/lib/Parse/
DParseDecl.cpp1190 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument
1196 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
1208 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument
1273 if (OnDefinition && AL && !AL->isCXX11Attribute() && in ParseLexedAttribute()