Searched defs:LM (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp138 LexedMethod* LM = new LexedMethod(this, FnD); local
139 getCurrentClass().LateParsedDeclarations.push_back(LM);
140 LM->TemplateScope = getCurScope()->isTemplateParamScope();
141 CachedTokens &Toks = LM->Toks;
283 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { argument
285 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
286 if (LM.TemplateScope)
287 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
290 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
296 for (unsigned I = 0, N = LM
446 ParseLexedMethodDef(LexedMethod &LM) argument
[all...]
H A DParseObjc.cpp1956 LexedMethod* LM = new LexedMethod(this, MDecl); local
1957 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM);
1958 CachedTokens &Toks = LM->Toks;
2814 Decl *Parser::ParseLexedObjCMethodDefs(LexedMethod &LM) { argument
2819 assert(!LM.Toks.empty() && "ParseLexedObjCMethodDef - Empty body!");
2822 LM.Toks.push_back(Tok);
2823 PP.EnterTokenStream(LM.Toks.data(), LM.Toks.size(), true, false);
2826 Decl *MDecl = LM.D;
/external/srec/seti/sltsEngine/include/
H A Dlts_seq_internal.h111 typedef struct LM { /*letter mappings*/ struct
116 } LM; typedef in typeref:struct:LM
138 LM *letter_mapping;
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h306 LengthModifier LM; member in class:clang::analyze_format_string::FormatSpecifier
319 LM = lm;
337 return LM;
/external/clang/lib/Sema/
H A DSemaChecking.cpp1795 const analyze_format_string::LengthModifier &LM,
1803 const analyze_format_string::LengthModifier &LM,
1885 const analyze_format_string::LengthModifier &LM,
1887 EmitFormatDiagnostic(S.PDiag(diag::warn_format_non_standard) << LM.toString()
1889 getLocationOfByte(LM.getStart()),
1905 const analyze_format_string::LengthModifier &LM,
1909 << LM.toString() << CS.toString(),
1910 getLocationOfByte(LM.getStart()),
2331 const LengthModifier &LM = FS.getLengthModifier(); local
2334 << LM
1884 HandleNonStandardLengthModifier( const analyze_format_string::LengthModifier &LM, const char *startSpecifier, unsigned specifierLen) argument
1904 HandleNonStandardConversionSpecification( const analyze_format_string::LengthModifier &LM, const analyze_format_string::ConversionSpecifier &CS, const char *startSpecifier, unsigned specifierLen) argument
2523 const LengthModifier &LM = FS.getLengthModifier(); local
[all...]

Completed in 593 milliseconds