Searched defs:ScopeLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h74 SourceLocation ScopeLoc; member in class:clang::AttributeList
188 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc),
208 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc), EllipsisLoc(),
228 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(argumentKindLoc),
246 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc),
262 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc),
289 SourceLocation getScopeLoc() const { return ScopeLoc; }
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp3192 SourceLocation ScopeLoc, AttrLoc; local
3205 ScopeLoc = AttrLoc;
3227 ScopeName, ScopeLoc, AttributeList::AS_CXX11);
3242 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc,
3244 ScopeName, ScopeLoc, 0,
H A DParseDecl.cpp196 SourceLocation ScopeLoc,
322 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc;
325 ScopeLoc, ParmName, ParmLoc, T.get(), Syntax);
328 AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, ParmName,
191 ParseGNUAttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1253 DebugLoc ScopeLoc) {
1261 LexicalScope *Scope = LScopes.findAbstractScope(ScopeLoc.getScope(Ctx));
1252 findAbstractVariable(DIVariable &DV, DebugLoc ScopeLoc) argument

Completed in 185 milliseconds