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

  /external/clang/include/clang/Sema/
AttributeList.h 74 SourceLocation ScopeLoc;
183 IdentifierInfo *scopeName, SourceLocation scopeLoc,
188 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc),
199 IdentifierInfo *scopeName, SourceLocation scopeLoc,
208 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc), EllipsisLoc(),
222 IdentifierInfo *scopeName, SourceLocation scopeLoc,
228 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(argumentKindLoc)
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp 196 SourceLocation ScopeLoc,
322 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc;
325 ScopeLoc, ParmName, ParmLoc, T.get(), Syntax);
328 AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, ParmName,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 1048 milliseconds