Searched refs:Postfix (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h52 /// break and \p Postfix before the rest of the token starts in the next line.
57 unsigned ReplaceChars, StringRef Prefix, StringRef Postfix,
97 std::string Postfix; member in struct:clang::format::WhitespaceManager::StoredToken
H A DWhitespaceManager.cpp83 StringRef Postfix, bool InPPDirective,
95 StoredTok.Postfix = Postfix;
99 (Prefix + getNewLineText(1, Spaces) + Postfix).str();
196 MinColumn) + I->Postfix);
81 breakToken(const FormatToken &Tok, unsigned Offset, unsigned ReplaceChars, StringRef Prefix, StringRef Postfix, bool InPPDirective, unsigned Spaces, unsigned WhitespaceStartColumn) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp702 const StringRef Postfix = Name.slice(PrefixEnd, Name.size()); local
704 HasNPostfix = Postfix.count("_n");
705 HasLanePostfix = Postfix.count("_lane");
706 HasDupPostfix = Postfix.count("_dup");
707 IsSpecialVCvt = Postfix.size() != 0 && Name.count("vcvt");
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp998 UnaryOperator::getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix) {
1001 case OO_PlusPlus: return Postfix ? UO_PostInc : UO_PreInc;
1002 case OO_MinusMinus: return Postfix ? UO_PostDec : UO_PreDec;
1028 // Postfix Operators.
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1714 static Opcode getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix);
2038 // Postfix Operators.

Completed in 202 milliseconds