Searched refs:TryAnnotateName (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1288 switch (TryAnnotateName(&CCC)) {
1314 "TryAnnotateName succeeded without producing an annotation");
1317 // a missing 'typename' keyword. Don't use TryAnnotateName in this case,
1547 switch (TryAnnotateName()) {
H A DParseStmt.cpp191 if (TryAnnotateName(&CCC) == ANK_Error) {
H A DParser.cpp1589 Parser::TryAnnotateName(CorrectionCandidateCallback *CCC) { function in class:Parser
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h866 AnnotatedNameKind TryAnnotateName(CorrectionCandidateCallback *CCC = nullptr);

Completed in 115 milliseconds