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.h74 PCC_Statement, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1930 case SemaCodeCompletion::PCC_Statement: in AddFunctionSpecifiers()
1984 case SemaCodeCompletion::PCC_Statement: in WantTypesInContext()
2375 case SemaCodeCompletion::PCC_Statement: { in AddOrdinaryNameResults()
4449 case SemaCodeCompletion::PCC_Statement: in mapCodeCompletionContext()
4602 case PCC_Statement: in CodeCompleteOrdinaryName()
4640 case PCC_Statement: in CodeCompleteOrdinaryName()
6779 mapCodeCompletionContext(SemaRef, PCC_Statement)); in CodeCompleteAfterIf()
6788 AddOrdinaryNameResults(PCC_Statement, S, SemaRef, Results); in CodeCompleteAfterIf()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp154 getCurScope(), SemaCodeCompletion::PCC_Statement); in ParseStatementOrDeclarationAfterAttributes()