Searched refs:SelInfo (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h225 Selector SelInfo, QualType T,
235 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
258 Selector SelInfo,
/external/clang/lib/AST/
H A DDeclObjC.cpp412 Selector SelInfo, QualType T,
423 SelInfo, T, ResultTInfo, contextDecl,
409 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ResultTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isSynthesized, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
H A DASTContext.cpp5262 TypeSourceInfo *SelInfo = getTrivialTypeSourceInfo(SelT); local
5266 &Idents.get("SEL"), SelInfo);

Completed in 142 milliseconds