Home
last modified time | relevance | path

Searched refs:CCC_ParenthesizedExpression (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Frontend/
DASTUnit.cpp285 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression); in getDeclShowContexts()
321 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression) in getDeclShowContexts()
415 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression); in CacheCodeCompletionResults()
462 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression) in CacheCodeCompletionResults()
2114 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression) in AugmentedCodeCompleteConsumer()
2168 case CodeCompletionContext::CCC_ParenthesizedExpression: in CalculateHiddenNames()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp40 case CCC_ParenthesizedExpression: in wantConstructorResults()
DSemaCodeComplete.cpp186 case CodeCompletionContext::CCC_ParenthesizedExpression: in ResultBuilder()
759 == CodeCompletionContext::CCC_ParenthesizedExpression)) in getBasePriority()
3182 return CodeCompletionContext::CCC_ParenthesizedExpression; in mapCodeCompletionContext()
3197 return CodeCompletionContext::CCC_ParenthesizedExpression; in mapCodeCompletionContext()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h250 CCC_ParenthesizedExpression, enumerator
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp471 case CodeCompletionContext::CCC_ParenthesizedExpression: { in getContextsForContextKind()