Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h72 PCC_Statement, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1919 case SemaCodeCompletion::PCC_Statement: in AddFunctionSpecifiers()
1973 case SemaCodeCompletion::PCC_Statement: in WantTypesInContext()
2291 case SemaCodeCompletion::PCC_Statement: { in AddOrdinaryNameResults()
4286 case SemaCodeCompletion::PCC_Statement: in mapCodeCompletionContext()
4439 case PCC_Statement: in CodeCompleteOrdinaryName()
4477 case PCC_Statement: in CodeCompleteOrdinaryName()
6628 mapCodeCompletionContext(SemaRef, PCC_Statement)); in CodeCompleteAfterIf()
6637 AddOrdinaryNameResults(PCC_Statement, S, SemaRef, Results); in CodeCompleteAfterIf()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp199 getCurScope(), SemaCodeCompletion::PCC_Statement); in ParseStatementOrDeclarationAfterAttributes()