HomeSort by relevance Sort by last modified time
    Searched refs:IsFirst (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Format/
WhitespaceManager.cpp 47 Tok.Tok.getKind(), InPPDirective && !Tok.IsFirst));
56 InPPDirective && !Tok.IsFirst));
74 InPPDirective && !Tok.IsFirst));
FormatToken.h 80 CodePointCount(0), IsFirst(false), MustBreakBefore(false),
115 bool IsFirst;
UnwrappedLineParser.cpp 1130 (FormatTok->HasUnescapedNewline || FormatTok->IsFirst)) {
    [all...]
Format.cpp     [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 95 static bool IsFirst = true; // So the check is only performed on first call.
96 if (IsFirst) {
105 IsFirst = false;
  /external/llvm/lib/Target/X86/InstPrinter/
X86InstComments.cpp 493 bool IsFirst = true;
497 if (!IsFirst)
500 IsFirst = false;
  /external/llvm/include/llvm/MC/
MCAssembler.h 666 void setBundleGroupBeforeFirstInst(bool IsFirst) {
667 BundleGroupBeforeFirstInst = IsFirst;
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 71 unsigned IsFirst = this->getValPtrInt();
73 this->setAsFirstOperand(IsFirst);
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 285 milliseconds