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

  /external/clang/include/clang/Sema/
TypoCorrection.h 213 class CorrectionCandidateCallback {
217 CorrectionCandidateCallback()
223 virtual ~CorrectionCandidateCallback() {}
260 class DeclFilterCCC : public CorrectionCandidateCallback {
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h 34 class CorrectionCandidateCallback;
495 CorrectionCandidateCallback *CCC = 0);
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]
ParseExpr.cpp 426 class CastExpressionIdValidator : public CorrectionCandidateCallback {
    [all...]
ParseStmt.cpp 139 // FIXME: Pass the next token into the CorrectionCandidateCallback and
141 CorrectionCandidateCallback DefaultValidator;
    [all...]
Parser.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 376 class NestedNameSpecifierValidatorCCC : public CorrectionCandidateCallback {
    [all...]
SemaTemplateVariadic.cpp 774 class ParameterPackValidatorCCC : public CorrectionCandidateCallback {
SemaLookup.cpp     [all...]
SemaExprMember.cpp 543 class RecordMemberExprValidatorCCC : public CorrectionCandidateCallback {
    [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp 61 class TypeNameValidatorCCC : public CorrectionCandidateCallback {
592 CorrectionCandidateCallback *CCC) {
    [all...]
SemaDeclObjC.cpp 424 class ObjCInterfaceValidatorCCC : public CorrectionCandidateCallback {
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp 318 CorrectionCandidateCallback FilterCCC;
    [all...]

Completed in 59 milliseconds