/llvm-project/clang/unittests/Rename/ |
H A D | RenameFunctionTest.cpp |
|
H A D | RenameClassTest.cpp |
|
H A D | RenameAliasTest.cpp |
|
H A D | RenameMemberTest.cpp |
|
H A D | RenameEnumTest.cpp |
|
H A D | ClangRenameTest.h |
|
/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 211 DeclarationFragments &After) { in getFragmentsForNNS() argument 274 const Type *T, ASTContext &Context, DeclarationFragments &After) { in getFragmentsForType() argument 467 getFragmentsForType(const QualType QT,ASTContext & Context,DeclarationFragments & After) getFragmentsForType() argument 538 DeclarationFragments After; getFragmentsForVar() local 577 DeclarationFragments After; getFragmentsForVarTemplate() local 594 DeclarationFragments Fragments, After; getFragmentsForParam() local 640 getFragmentsForBlock(const NamedDecl * BlockDecl,FunctionTypeLoc & Block,FunctionProtoTypeLoc & BlockProto,DeclarationFragments & After) getFragmentsForBlock() argument 702 DeclarationFragments After; getFragmentsForFunction() local 762 DeclarationFragments Fragments, After; getFragmentsForEnum() local 786 DeclarationFragments After; getFragmentsForField() local 849 DeclarationFragments After; getFragmentsForSpecialCXXMethod() local 881 DeclarationFragments After; getFragmentsForCXXMethod() local 943 DeclarationFragments After; getFragmentsForOverloadedOperator() local 1010 DeclarationFragments After; getFragmentsForTemplateParameters() local 1081 DeclarationFragments After; getFragmentsForTemplateArguments() local 1403 DeclarationFragments Fragments, After; getFragmentsForObjCMethod() local 1447 DeclarationFragments Fragments, After; getFragmentsForObjCProperty() local 1578 DeclarationFragments Fragments, After; getFragmentsForTypedef() local [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FormatTests.cpp | 39 void expectAfterNewline(const char *Before, const char *After, in expectAfterNewline() 44 void expectAfter(const char *Typed, const char *Before, const char *After, in expectAfter()
|
H A D | SemanticHighlightingTests.cpp | 1251 auto After = toSemanticTokens(tokens(R"( TEST() local
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.h | 145 CFGEltCallbackTypeErased After; member
|
H A D | DataflowAnalysis.h | 193 CFGEltCallback<AnalysisT> After; member 209 DiagnosisCallback<AnalysisT, Diagnostic> After; member
|
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 424 T After; handleIRAfterPass() local 521 handleAfter(StringRef PassID,std::string & Name,const std::string & Before,const std::string & After,Any) handleAfter() argument 584 handleAfter(StringRef PassID,std::string & Name,const std::string & Before,const std::string & After,Any) handleAfter() argument 590 report(const OrderedChangedData & Before,const OrderedChangedData & After,function_ref<void (const T *,const T *)> HandlePair) report() argument 804 After, global() enumerator 1214 printDiff(raw_ostream & out,const CFG & Before,const CFG & After) printDiff() argument 1514 handleAfter(StringRef PassID,std::string & Name,const IRDataT<EmptyData> & Before,const IRDataT<EmptyData> & After,Any IR) handleAfter() argument 1523 __anon5eea9d392302(bool InModule, unsigned Minor, const FuncDataT<EmptyData> &Before, const FuncDataT<EmptyData> &After) handleAfter() argument 1533 handleFunctionCompare(StringRef Name,StringRef Prefix,StringRef PassID,StringRef Divider,bool InModule,unsigned Minor,const FuncDataT<EmptyData> & Before,const FuncDataT<EmptyData> & After) handleFunctionCompare() argument 1968 DotCfgDiff(StringRef Title,const FuncDataT<DCData> & Before,const FuncDataT<DCData> & After) DotCfgDiff() argument 2220 handleFunctionCompare(StringRef Name,StringRef Prefix,StringRef PassID,StringRef Divider,bool InModule,unsigned Minor,const FuncDataT<DCData> & Before,const FuncDataT<DCData> & After) handleFunctionCompare() argument 2293 __anon5eea9d393002(bool InModule, unsigned Minor, const FuncDataT<DCData> &Before, const FuncDataT<DCData> &After) handleInitialIR() argument 2318 handleAfter(StringRef PassID,std::string & Name,const IRDataT<DCData> & Before,const IRDataT<DCData> & After,Any IR) handleAfter() argument 2324 __anon5eea9d393102(bool InModule, unsigned Minor, const FuncDataT<DCData> &Before, const FuncDataT<DCData> &After) handleAfter() argument [all...] |
/llvm-project/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 403 IRComparer(const IRDataT<T> & Before,const IRDataT<T> & After) IRComparer() argument 424 const IRDataT<T> &After; global() variable [all...] |
/llvm-project/third-party/unittest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 972 TypedExpectation& After(const ExpectationSet& s) { in After() function 984 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2) { in After() function 987 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function 991 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function 995 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function
|
/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 60 After global() enumerator
|
/llvm-project/llvm/lib/IR/ |
H A D | PrintPasses.cpp | 207 doSystemDiff(StringRef Before,StringRef After,StringRef OldLineFormat,StringRef NewLineFormat,StringRef UnchangedLineFormat) doSystemDiff() argument
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | ExprSequence.cpp | 164 bool ExprSequence::potentiallyAfter(const Stmt *After, in potentiallyAfter()
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | DeclarationFragments.h | 465 DeclarationFragments ReturnType, After; in getFunctionSignature() local
|
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 103 AccumBitVector After; member
|
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
H A D | ExtractFunctionTests.cpp | 555 const char *After = R"cpp( TEST_F() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RangeSelectorTest.cpp | 216 SourceLocation After = getSpellingLocAfter(Match.Result, "yvar", YVarLen); in TEST() local 232 SourceLocation After = getSpellingLocAfter(Match.Result, "yvar", YVarLen); in TEST() local 248 SourceLocation After = getSpellingLocAfter(Match.Result, "yvar", YVarLen); in TEST() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.h | 280 getLiveRegMap(Range && R,bool After,LiveIntervals & LIS) getLiveRegMap() argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 184 int After[10]; variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | PlaceSafepoints.cpp | 644 BasicBlock::iterator Before(PollCall), After(PollCall); InsertSafepointPoll() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TestingSupport.h | 126 DiagnosisCallbackForTesting<AnalysisT> After; member
|