HomeSort by relevance Sort by last modified time
    Searched defs:LM (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 138 LexedMethod* LM = new LexedMethod(this, FnD);
139 getCurrentClass().LateParsedDeclarations.push_back(LM);
140 LM->TemplateScope = getCurScope()->isTemplateParamScope();
141 CachedTokens &Toks = LM->Toks;
283 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) {
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.DefaultArgs.size(); I != N; ++I)
    [all...]
ParseObjc.cpp     [all...]
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 111 typedef struct LM { /*letter mappings*/
116 } LM;
138 LM *letter_mapping;
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 306 LengthModifier LM;
318 void setLengthModifier(LengthModifier lm) {
319 LM = lm;
337 return LM;
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 50 milliseconds