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 143 LexedMethod* LM = new LexedMethod(this, FnD);
144 getCurrentClass().LateParsedDeclarations.push_back(LM);
145 LM->TemplateScope = getCurScope()->isTemplateParamScope();
146 CachedTokens &Toks = LM->Toks;
301 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) {
303 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
304 if (LM.TemplateScope)
305 Actions.ActOnReenterTemplateScope(getCurScope(), LM.Method);
308 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
314 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 316 LengthModifier LM;
328 void setLengthModifier(LengthModifier lm) {
329 LM = lm;
347 return LM;
371 /// assign the appropriate value to LM and return true.
372 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 46 milliseconds