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

  /external/clang/include/clang/Sema/
TypoCorrection.h 227 class CorrectionCandidateCallback {
231 CorrectionCandidateCallback()
237 virtual ~CorrectionCandidateCallback() {}
276 class DeclFilterCCC : public CorrectionCandidateCallback {
286 class FunctionCallFilterCCC : public CorrectionCandidateCallback {
299 class NoTypoCorrectionCCC : public CorrectionCandidateCallback {
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 32 class VarDeclFilterCCC : public CorrectionCandidateCallback {
SemaCXXScopeSpec.cpp 361 class NestedNameSpecifierValidatorCCC : public CorrectionCandidateCallback {
    [all...]
SemaLookup.cpp     [all...]
SemaTemplateVariadic.cpp 776 class ParameterPackValidatorCCC : public CorrectionCandidateCallback {
    [all...]
SemaExprMember.cpp 561 class RecordMemberExprValidatorCCC : public CorrectionCandidateCallback {
    [all...]
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp 427 class ObjCInterfaceValidatorCCC : public CorrectionCandidateCallback {
    [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp 61 class TypeNameValidatorCCC : public CorrectionCandidateCallback {
599 CorrectionCandidateCallback *CCC) {
    [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp 321 CorrectionCandidateCallback FilterCCC;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 35 class CorrectionCandidateCallback;
523 CorrectionCandidateCallback *CCC = 0);
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]
ParseExpr.cpp 426 class CastExpressionIdValidator : public CorrectionCandidateCallback {
    [all...]
Parser.cpp     [all...]
ParseStmt.cpp 152 // FIXME: Pass the next token into the CorrectionCandidateCallback and
154 CorrectionCandidateCallback DefaultValidator;
    [all...]

Completed in 2695 milliseconds