Searched refs:setAllowAtInIdentifier (Results 1 – 2 of 2) sorted by relevance
720 getLexer().setAllowAtInIdentifier(true); in parseDirectiveType()722 make_scope_exit([&]() { getLexer().setAllowAtInIdentifier(AllowAt); }); in parseDirectiveType()801 getLexer().setAllowAtInIdentifier(true); in parseDirectiveSymver()803 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in parseDirectiveSymver()
156 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier() function