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 283 | (1LL << CodeCompletionContext::CCC_Statement)
319 Contexts = (1LL << CodeCompletionContext::CCC_Statement)
407 | (1LL << CodeCompletionContext::CCC_Statement)
457 | (1LL << CodeCompletionContext::CCC_Statement)
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 180 CCC_Statement,
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 37 case CCC_Statement:
SemaCodeComplete.cpp 187 case CodeCompletionContext::CCC_Statement:
755 !(CompletionContext.getKind() == CodeCompletionContext::CCC_Statement ||
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 378 case CodeCompletionContext::CCC_Statement: {
    [all...]

Completed in 101 milliseconds