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 140 LexedMethod* LM = new LexedMethod(this, FnD);
141 getCurrentClass().LateParsedDeclarations.push_back(LM);
142 LM->TemplateScope = getCurScope()->isTemplateParamScope();
143 CachedTokens &Toks = LM->Toks;
285 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) {
287 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
288 if (LM.TemplateScope)
289 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
292 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
298 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 311 LengthModifier LM;
323 void setLengthModifier(LengthModifier lm) {
324 LM = lm;
342 return LM;
366 /// assign the appropriate value to LM and return true.
367 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 160 milliseconds