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.h61 PCC_ObjCInstanceVariableList, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1917 case SemaCodeCompletion::PCC_ObjCInstanceVariableList: in AddFunctionSpecifiers()
1970 case SemaCodeCompletion::PCC_ObjCInstanceVariableList: in WantTypesInContext()
2285 case SemaCodeCompletion::PCC_ObjCInstanceVariableList: in AddOrdinaryNameResults()
4259 case SemaCodeCompletion::PCC_ObjCInstanceVariableList: in mapCodeCompletionContext()
4431 case PCC_ObjCInstanceVariableList: in CodeCompleteOrdinaryName()
4488 case PCC_ObjCInstanceVariableList: in CodeCompleteOrdinaryName()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2004 getCurScope(), SemaCodeCompletion::PCC_ObjCInstanceVariableList); in ParseObjCClassInstanceVariables()