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

  /external/clang/include/clang/Analysis/
AnalysisContext.h 212 enum ContextKind { StackFrame, Scope, Block };
215 ContextKind Kind;
224 LocationContext(ContextKind k, AnalysisDeclContext *ctx,
231 ContextKind getKind() const { return Kind; }
268 ContextKind ck,
  /external/clang/lib/Format/
TokenAnnotator.cpp 424 Contexts.back().ContextKind == tok::l_paren ||
425 Contexts.back().ContextKind == tok::l_square) {
457 } else if (Contexts.back().ContextKind == tok::l_paren) {
731 Context(tok::TokenKind ContextKind, unsigned BindingStrength,
733 : ContextKind(ContextKind), BindingStrength(BindingStrength),
736 tok::TokenKind ContextKind;
757 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind,
760 P.Contexts.push_back(Context(ContextKind,
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 292 enum clang::CodeCompletionContext::Kind ContextKind;
555 enum CodeCompletionContext::Kind contextKind = Context.getKind();
557 AllocatedResults.ContextKind = contextKind;
558 AllocatedResults.Contexts = getContextsForContextKind(contextKind, S);
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 314 ContextKind ck,
  /external/clang/lib/Sema/
SemaLambda.cpp 283 enum ContextKind {
    [all...]
SemaCodeComplete.cpp     [all...]

Completed in 300 milliseconds