HomeSort by relevance Sort by last modified time
    Searched refs:CodeCompletionContext (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Frontend/
ASTUnit.cpp 288 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel)
289 | (1LL << CodeCompletionContext::CCC_ObjCIvarList)
290 | (1LL << CodeCompletionContext::CCC_ClassStructUnion)
291 | (1LL << CodeCompletionContext::CCC_Statement)
292 | (1LL << CodeCompletionContext::CCC_Type)
293 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression);
297 Contexts |= (1LL << CodeCompletionContext::CCC_Expression);
302 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver);
306 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName);
310 Contexts |= (1LL << CodeCompletionContext::CCC_EnumTag)
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 289 enum clang::CodeCompletionContext::Kind ContextKind;
356 enum CodeCompletionContext::Kind kind,
360 case CodeCompletionContext::CCC_OtherWithMacros: {
366 case CodeCompletionContext::CCC_TopLevel:
367 case CodeCompletionContext::CCC_ObjCIvarList:
368 case CodeCompletionContext::CCC_ClassStructUnion:
369 case CodeCompletionContext::CCC_Type: {
381 case CodeCompletionContext::CCC_Statement: {
394 case CodeCompletionContext::CCC_Expression: {
407 case CodeCompletionContext::CCC_ObjCMessageReceiver:
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 161 CodeCompletionContext CompletionContext;
174 const CodeCompletionContext &CompletionContext,
185 case CodeCompletionContext::CCC_Expression:
186 case CodeCompletionContext::CCC_ObjCMessageReceiver:
187 case CodeCompletionContext::CCC_ParenthesizedExpression:
188 case CodeCompletionContext::CCC_Statement:
189 case CodeCompletionContext::CCC_Recovery:
248 const CodeCompletionContext &getCompletionContext() const {
741 !(CompletionContext.getKind() == CodeCompletionContext::CCC_Statement ||
743 == CodeCompletionContext::CCC_ObjCMessageReceiver |
    [all...]
CodeCompleteConsumer.cpp 35 bool CodeCompletionContext::wantConstructorResults() const {
76 llvm_unreachable("Invalid CodeCompletionContext::Kind!");
437 CodeCompletionContext Context,
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 153 class CodeCompletionContext {
188 /// \c CodeCompletionContext::getType().
195 /// \c CodeCompletionContext::getType().
202 /// \c CodeCompletionContext::getType().
281 CodeCompletionContext(enum Kind Kind) : Kind(Kind), SelIdents(NULL),
285 CodeCompletionContext(enum Kind Kind, QualType T,
    [all...]

Completed in 1312 milliseconds