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 208 enum ContextKind { StackFrame, Scope, Block };
211 ContextKind Kind;
220 LocationContext(ContextKind k, AnalysisDeclContext *ctx,
227 ContextKind getKind() const { return Kind; }
261 ContextKind ck,
  /external/clang/lib/Format/
TokenAnnotator.cpp 341 } else if (Contexts.back().ContextKind == tok::l_paren) {
538 Context(tok::TokenKind ContextKind, unsigned BindingStrength,
540 : ContextKind(ContextKind), BindingStrength(BindingStrength),
545 tok::TokenKind ContextKind;
560 ScopedContextCreator(AnnotatingParser &P, tok::TokenKind ContextKind,
564 Context(ContextKind, P.Contexts.back().BindingStrength + Increase,
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 289 enum clang::CodeCompletionContext::Kind ContextKind;
558 enum CodeCompletionContext::Kind contextKind = Context.getKind();
560 AllocatedResults.ContextKind = contextKind;
561 AllocatedResults.Contexts = getContextsForContextKind(contextKind, S);
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 271 ContextKind ck,
  /external/clang/lib/Sema/
SemaLambda.cpp 105 enum ContextKind {
    [all...]
SemaCodeComplete.cpp     [all...]

Completed in 200 milliseconds