Home
last modified time | relevance | path

Searched defs:Previous (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp42 const FormatToken *Previous = Tok.getPreviousNonComment(); in shouldUnindentNextOperator() local
134 const FormatToken &Previous = *Current.Previous; in startsNextParameter() local
292 const FormatToken &Previous = *Current.Previous; canBreak() local
365 const FormatToken &Previous = *Current.Previous; mustBreak() local
628 const FormatToken &Previous = *State.NextToken->Previous; addTokenToState() local
666 const FormatToken &Previous = *State.NextToken->Previous; addTokenOnCurrentLine() local
934 const FormatToken &Previous = *State.NextToken->Previous; addTokenOnNewLine() local
1209 const FormatToken &Previous = *Current.Previous; getNewLineColumn() local
1460 hasNestedBlockInlined(const FormatToken * Previous,const FormatToken & Current,const FormatStyle & Style) hasNestedBlockInlined() argument
1515 const FormatToken *Previous = Current.Previous; moveStateToNextToken() local
1576 const FormatToken *Previous = Current.getPreviousNonComment(); moveStateToNextToken() local
1658 const FormatToken *Previous = Current.getPreviousNonComment(); moveStatePastFakeLParens() local
[all...]
H A DTokenAnnotator.cpp155 const FormatToken &Previous = *CurrentToken->Previous; // The '<'. parseAngle() local
251 if (FormatToken *Previous = CurrentToken->getPreviousNonComment()) { parseAngle() local
791 FormatToken *Previous = CurrentToken->getPreviousNonComment(); parseSquare() local
906 FormatToken *Previous = CurrentToken->getPreviousNonComment(); parseBrace() local
1056 if (FormatToken *Previous = Tok->getPreviousNonComment()) consumeToken() local
1229 if (const auto *Previous = Tok->Previous; consumeToken() local
1243 FormatToken *Previous = Tok->getPreviousNonComment(); consumeToken() local
1263 FormatToken *Previous = Tok->getPreviousNonComment(); consumeToken() local
1307 auto Previous = CurrentToken->getPreviousNonComment(); consumeToken() local
1867 for (FormatToken *Previous = Current.Previous; modifyContext() local
1902 for (FormatToken *Previous = Current.Previous; modifyContext() local
2182 const FormatToken *Previous = AtToken.getPreviousNonComment(); determineTokenType() local
3335 const auto *Previous = Current.Previous; isFunctionDeclarationName() local
4160 const FormatToken *Previous = &Left; spaceRequiredBetween() local
5688 const FormatToken *Previous = Right.MatchingParen->Previous; canBreakBefore() local
[all...]
H A DUnwrappedLineParser.cpp333 const FormatToken *Previous = Tokens->getPreviousToken(); precededByCommentOrPPDirective() local
840 const FormatToken *Previous = Tokens->getPreviousToken(); parseBlock() local
1376 FormatToken *Previous = FormatTok; readTokenWithJavaScriptASI() local
1690 const FormatToken *Previous = FormatTok->Previous; parseStructuralElement() local
2333 const FormatToken *Previous = FormatTok->Previous; tryToParseLambdaIntroducer() local
2869 const FormatToken *Previous = Tokens->getPreviousToken(); parseIfThenElse() local
3971 FormatToken *Previous = FormatTok->Previous; parseRecord() local
4635 FormatToken *Previous = FormatTok; nextToken() local
[all...]
H A DQualifierAlignmentFixer.cpp435 const FormatToken *const Previous = Tok->getPreviousNonComment(); analyzeLeft() local
490 const FormatToken *Previous = nullptr; analyzeLeft() local
[all...]
H A DWhitespaceManager.cpp469 for (int Previous = i - 1; AlignTokenSequence() local
834 FormatToken *Previous = C.Tok->getPreviousNonComment(); alignConsecutiveAssignments() local
1029 FormatToken *Previous = C.Tok->getPreviousNonComment(); alignChainedConditionals() local
1305 const FormatToken *Previous = Changes[Next->Index].Tok->Previous; alignArrayInitializersRightJustified() local
[all...]
H A DUnwrappedLineFormatter.cpp499 if (Previous) { in tryFitMultipleLinesInOne() local
1024 FormatToken &Previous = *State.NextToken->Previous; formatChildren() local
1185 StateNode *Previous; global() member
[all...]
/freebsd-src/contrib/llvm-project/libunwind/src/
H A DFrameHeaderCache.hpp94 CacheEntry *Previous = nullptr; in find() local
130 CacheEntry *Previous = nullptr; in add() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dedit_distance.h80 unsigned Previous = y - 1; variable
/freebsd-src/sys/contrib/dev/acpica/common/
H A Ddmswitch.c197 ACPI_PARSE_OBJECT_LIST *Previous; in AcpiDmProcessSwitch() local
H A Dacfileio.c194 ACPI_NEW_TABLE_DESC *Previous = Current; in AcDeleteTableList() local
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Dcvdisasm.c191 ACPI_COMMENT_NODE *Previous; in CvPrintOneCommentList() local
H A Dpreprocess.h202 struct pr_define_info *Previous; member
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp53 ASTDeserializationListener *Previous; member in __anon6da977990111::DelegatingDeserializationListener
58 ASTDeserializationListener *Previous, bool DeletePrevious) in DelegatingDeserializationListener() argument
101 DeserializedDeclsDumper(ASTDeserializationListener * Previous,bool DeletePrevious) DeserializedDeclsDumper() argument
126 DeserializedDeclsChecker(ASTContext & Ctx,const std::set<std::string> & NamesToCheck,ASTDeserializationListener * Previous,bool DeletePrevious) DeserializedDeclsChecker() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp150 StringRef Previous; in finalizeStringTable() local
/freebsd-src/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrc.c309 BOOLEAN Previous = FALSE; in AcpiDmBitList() local
/freebsd-src/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c441 ACPI_PCI_DEVICE *Previous; in AcpiHwDeletePciList() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp134 MachineBasicBlock::iterator Previous = SplitPoint; in findSplitPointForStackProtector() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h57 unsigned Previous; member
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h108 widenTypeErased(TypeErasedLattice & Current,const TypeErasedLattice & Previous) widenTypeErased() argument
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp107 SourceLocation Loc, PresumedLoc Previous) { in PrintDifference()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h301 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous; global() variable
H A DRedeclarable.h98 using Previous = Decl *; variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp724 maybeAddCUDAHostDeviceAttrs(FunctionDecl * NewD,const LookupResult & Previous) maybeAddCUDAHostDeviceAttrs() argument
980 checkCUDATargetOverload(FunctionDecl * NewFD,const LookupResult & Previous) checkCUDATargetOverload() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp225 if (Previous == XRayLogFlushStatus::XRAY_LOG_FLUSHING) { in profilingFlush() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3408 auto &Previous = Reader.AnonymousDeclarationsForMerging[CanonDC]; getAnonymousDeclForMerging() local
3432 auto &Previous = Reader.AnonymousDeclarationsForMerging[CanonDC]; setAnonymousDeclForMerging() local
3563 mergeInheritableAttributes(ASTReader & Reader,Decl * D,Decl * Previous) mergeInheritableAttributes() argument
3585 attachPreviousDeclImpl(ASTReader & Reader,Redeclarable<DeclT> * D,Decl * Previous,Decl * Canon) attachPreviousDeclImpl() argument
3595 attachPreviousDeclImpl(ASTReader & Reader,Redeclarable<VarDecl> * D,Decl * Previous,Decl * Canon) attachPreviousDeclImpl() argument
3623 attachPreviousDeclImpl(ASTReader & Reader,Redeclarable<FunctionDecl> * D,Decl * Previous,Decl * Canon) attachPreviousDeclImpl() argument
3714 attachPreviousDecl(ASTReader & Reader,Decl * D,Decl * Previous,Decl * Canon) attachPreviousDecl() argument
[all...]

12