Home
last modified time | relevance | path

Searched refs:isPrefixOptional (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h184 bool isPrefixOptional() const { in isPrefixOptional() function
/llvm-project-15.0.7/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td115 bit isPrefixOptional = true;
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp736 if (!Clause.getPrefix().empty() && Clause.isPrefixOptional()) in GenerateFlangClausesParser()