Home
last modified time | relevance | path

Searched defs:DirectiveNameParser (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DDirectiveNameParser.h47 struct DirectiveNameParser { struct
62 friend struct DirectiveNameParser; argument
65 const State *initial() const { return &InitialState; } in initial()
74 State InitialState;
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DDirectiveNameParser.cpp19 DirectiveNameParser::DirectiveNameParser(SourceLanguage L) { in DirectiveNameParser() function in llvm::omp::DirectiveNameParser