Searched refs:IsFirst (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp159 bool IsFirst = true; local
161 if (!IsFirst)
169 IsFirst = false;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp56 Tok.Tok.getKind(), InPPDirective && !Tok.IsFirst));
66 InPPDirective && !Tok.IsFirst));
86 InPPDirective && !Tok.IsFirst));
H A DFormatToken.h95 IsFirst(false), MustBreakBefore(false), IsUnterminatedLiteral(false),
139 bool IsFirst; member in struct:clang::format::FormatToken
H A DFormat.cpp414 TheLine->First->IsFirst)) {
623 (Tok->NewlinesBefore > 0 || Tok->IsFirst)) {
723 if (Newlines == 0 && !RootToken.IsFirst)
1035 String->IsFirst = Macro->IsFirst;
1069 FormatTok->IsFirst = IsFirstToken;
H A DUnwrappedLineParser.cpp1316 (FormatTok->HasUnescapedNewline || FormatTok->IsFirst)) {
1336 if (FormatTok->NewlinesBefore > 0 || FormatTok->IsFirst) {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp94 static bool IsFirst = true; // So the check is only performed on first call. local
95 if (IsFirst) {
104 IsFirst = false;
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/InstPrinter/
H A DX86InstComments.cpp493 bool IsFirst = true;
497 if (!IsFirst)
500 IsFirst = false;
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DMetadata.cpp71 unsigned IsFirst = this->getValPtrInt(); local
73 this->setAsFirstOperand(IsFirst);
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCAssembler.h659 void setBundleGroupBeforeFirstInst(bool IsFirst) { argument
660 BundleGroupBeforeFirstInst = IsFirst;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1414 CharSourceRange Range, bool IsFirst) {
1431 } else if (IsFirst && C99DisallowedInitialIDChars.contains(C)) {
1512 /*IsFirst=*/false);
1540 /*IsFirst=*/false);
2802 /*IsFirst=*/true);
1413 maybeDiagnoseIDCharCompat(DiagnosticsEngine &Diags, uint32_t C, CharSourceRange Range, bool IsFirst) argument

Completed in 275 milliseconds