Home | History | Annotate | Download | only in Symbol

Lines Matching defs:Std

149     const LangStandard &Std = LangStandard::getLangStandardForKind(LangStd);
150 Opts.LineComment = Std.hasLineComments();
151 Opts.C99 = Std.isC99();
152 Opts.CPlusPlus = Std.isCPlusPlus();
153 Opts.CPlusPlus11 = Std.isCPlusPlus11();
154 Opts.Digraphs = Std.hasDigraphs();
155 Opts.GNUMode = Std.isGNUMode();
156 Opts.GNUInline = !Std.isC99();
157 Opts.HexFloats = Std.hasHexFloats();
158 Opts.ImplicitInt = Std.hasImplicitInt();
205 // is specified, or -std is set to a conforming mode.
613 static std::once_flag g_once_flag;
614 std::call_once(g_once_flag, [](){
1963 std::vector<QualType> qual_type_args;
2094 //ClangASTContext::ConvertFloatValueToString (ASTContext *ast, clang_type_t clang_type, const uint8_t* bytes, size_t byte_size, int apint_byte_order, std::string &float_str)