Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h63 PCC_ObjCInstanceVariableList, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1928 case SemaCodeCompletion::PCC_ObjCInstanceVariableList: in AddFunctionSpecifiers()
1981 case SemaCodeCompletion::PCC_ObjCInstanceVariableList: in WantTypesInContext()
2369 case SemaCodeCompletion::PCC_ObjCInstanceVariableList: in AddOrdinaryNameResults()
4422 case SemaCodeCompletion::PCC_ObjCInstanceVariableList: in mapCodeCompletionContext()
4594 case PCC_ObjCInstanceVariableList: in CodeCompleteOrdinaryName()
4651 case PCC_ObjCInstanceVariableList: in CodeCompleteOrdinaryName()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1754 getCurScope(), SemaCodeCompletion::PCC_ObjCInstanceVariableList); in ParseObjCClassInstanceVariables()