Searched defs:isStar (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/include/flang/Semantics/ | ||
H A D | type.h | 68 bool isStar() const { return category_ == Category::Star; } isStar() function |
/llvm-project/clang/lib/Parse/ | ||
H A D | ParseDecl.cpp | 8148 bool isStar = false; ParseBracketDeclarator() local |