Searched defs:identifiers (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckSecuritySyntaxOnly.cpp | 1017 static const char * const identifiers[num_setids] = { in checkUncheckedReturnValue() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1662 SmallVector<IdentifierInfo *, 4> identifiers; parseObjCTypeArgsOrProtocolQualifiers() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1430 actOnObjCTypeArgsOrProtocolQualifiers(Scope * S,ParsedType baseType,SourceLocation lAngleLoc,ArrayRef<IdentifierInfo * > identifiers,ArrayRef<SourceLocation> identifierLocs,SourceLocation rAngleLoc,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SourceLocation & protocolRAngleLoc,bool warnOnIncompleteProtocols) actOnObjCTypeArgsOrProtocolQualifiers() argument [all...] |