Home
last modified time | relevance | path

Searched defs:After (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project/clang/unittests/Rename/
H A DRenameFunctionTest.cpp
H A DRenameClassTest.cpp
H A DRenameAliasTest.cpp
H A DRenameMemberTest.cpp
H A DRenameEnumTest.cpp
H A DClangRenameTest.h
/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp211 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 DFormatTests.cpp39 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 DSemanticHighlightingTests.cpp1251 auto After = toSemanticTokens(tokens(R"( TEST() local
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.h145 CFGEltCallbackTypeErased After; member
H A DDataflowAnalysis.h193 CFGEltCallback<AnalysisT> After; member
209 DiagnosisCallback<AnalysisT, Diagnostic> After; member
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp424 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 DStandardInstrumentations.h403 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 Dgmock-spec-builders.h972 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 DHeaderSearchOptions.h60 After global() enumerator
/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp207 doSystemDiff(StringRef Before,StringRef After,StringRef OldLineFormat,StringRef NewLineFormat,StringRef UnchangedLineFormat) doSystemDiff() argument
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp164 bool ExprSequence::potentiallyAfter(const Stmt *After, in potentiallyAfter()
/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h465 DeclarationFragments ReturnType, After; in getFunctionSignature() local
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h103 AccumBitVector After; member
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
H A DExtractFunctionTests.cpp555 const char *After = R"cpp( TEST_F() local
/llvm-project/clang/unittests/Tooling/
H A DRangeSelectorTest.cpp216 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 DGCNRegPressure.h280 getLiveRegMap(Range && R,bool After,LiveIntervals & LIS) getLiveRegMap() argument
/llvm-project/clang/test/CodeGen/
H A Dxcore-stringtype.c184 int After[10]; variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp644 BasicBlock::iterator Before(PollCall), After(PollCall); InsertSafepointPoll() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTestingSupport.h126 DiagnosisCallbackForTesting<AnalysisT> After; member

12