Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1385 case ANK_TentativeDecl: in isCXXDeclarationSpecifier()
1678 case ANK_TentativeDecl: in isCXXDeclarationSpecifier()
H A DParser.cpp1802 return Tok.is(tok::annot_typename) ? ANK_Success : ANK_TentativeDecl; in TryAnnotateName()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h911 ANK_TentativeDecl, enumerator