Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h55 PCC_ObjCInterface, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1909 case SemaCodeCompletion::PCC_ObjCInterface: in AddFunctionSpecifiers()
1985 case SemaCodeCompletion::PCC_ObjCInterface: in WantTypesInContext()
2273 case SemaCodeCompletion::PCC_ObjCInterface: in AddOrdinaryNameResults()
4253 case SemaCodeCompletion::PCC_ObjCInterface: in mapCodeCompletionContext()
4429 case PCC_ObjCInterface: in CodeCompleteOrdinaryName()
4486 case PCC_ObjCInterface: in CodeCompleteOrdinaryName()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp691 : SemaCodeCompletion::PCC_ObjCInterface); in ParseObjCInterfaceDeclList()