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

  /external/clang/lib/Frontend/
ASTUnit.cpp 291 | (1LL << CodeCompletionContext::CCC_Statement)
327 Contexts = (1LL << CodeCompletionContext::CCC_Statement)
416 | (1LL << CodeCompletionContext::CCC_Statement)
470 | (1LL << CodeCompletionContext::CCC_Statement)
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 177 CCC_Statement,
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 38 case CCC_Statement:
SemaCodeComplete.cpp 188 case CodeCompletionContext::CCC_Statement:
741 !(CompletionContext.getKind() == CodeCompletionContext::CCC_Statement ||
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 381 case CodeCompletionContext::CCC_Statement: {
    [all...]

Completed in 61 milliseconds