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.h57 PCC_ObjCInterface, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1917 case SemaCodeCompletion::PCC_ObjCInterface: in AddFunctionSpecifiers()
1996 case SemaCodeCompletion::PCC_ObjCInterface: in WantTypesInContext()
2357 case SemaCodeCompletion::PCC_ObjCInterface: in AddOrdinaryNameResults()
4416 case SemaCodeCompletion::PCC_ObjCInterface: in mapCodeCompletionContext()
4592 case PCC_ObjCInterface: in CodeCompleteOrdinaryName()
4649 case PCC_ObjCInterface: in CodeCompleteOrdinaryName()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp610 : SemaCodeCompletion::PCC_ObjCInterface); in ParseObjCInterfaceDeclList()