Searched refs:CorrectionName (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 45 : CorrectionName(Name), CorrectionNameSpec(NNS), in CorrectionName() function 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS), 64 : CorrectionName(Name), CorrectionNameSpec(NNS), in CorrectionName() function 74 DeclarationName getCorrection() const { return CorrectionName; } in getCorrection() 76 return CorrectionName.getAsIdentifierInfo(); in getCorrectionAsIdentifierInfo() 175 explicit operator bool() const { return bool(CorrectionName); } 239 DeclarationName CorrectionName; variable
|
/external/llvm-project/clang/include/clang/Sema/ |
D | TypoCorrection.h | 62 : CorrectionName(Name), CorrectionNameSpec(NNS), in CorrectionName() function 70 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS), 78 : CorrectionName(Name), CorrectionNameSpec(NNS), in CorrectionName() function 84 DeclarationName getCorrection() const { return CorrectionName; } in getCorrection() 87 return CorrectionName.getAsIdentifierInfo(); in getCorrectionAsIdentifierInfo() 188 explicit operator bool() const { return bool(CorrectionName); } 266 DeclarationName CorrectionName; variable
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 4818 if (!CorrectionName) in addCorrectionDecl() 4819 CorrectionName = CDecl->getDeclName(); in addCorrectionDecl() 4827 PrefixOStream << CorrectionName; in getAsString() 4831 return CorrectionName.getAsString(); in getAsString()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 5133 if (!CorrectionName) in addCorrectionDecl() 5134 CorrectionName = CDecl->getDeclName(); in addCorrectionDecl() 5142 PrefixOStream << CorrectionName; in getAsString() 5146 return CorrectionName.getAsString(); in getAsString()
|