HomeSort by: relevance | last modified time | path
    Searched defs:identifiers (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 1007 static const char * const identifiers[num_setids] = { local
1013 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]);
CheckSecuritySyntaxOnly.cpp 1007 static const char * const identifiers[num_setids] = { local
1013 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 398 /// the locations of the protocol identifiers for a list of protocol
416 /// \param protocolIdents Will capture the list of identifiers, if the
430 // Local function to "flush" the protocol identifiers, turning them into
1559 // Convert the list of protocols identifiers into a list of protocol decls.
1608 // identifiers, which might be types or might be protocols.
1610 SmallVector<IdentifierInfo *, 4> identifiers; local
1613 // Parse a list of comma-separated identifiers, bailing out if we
1621 identifiers.push_back(Tok.getIdentifierInfo());
1629 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) {
1630 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i]
1660 identifiers, local
    [all...]
ParseObjc.cpp 398 /// the locations of the protocol identifiers for a list of protocol
416 /// \param protocolIdents Will capture the list of identifiers, if the
430 // Local function to "flush" the protocol identifiers, turning them into
1559 // Convert the list of protocols identifiers into a list of protocol decls.
1608 // identifiers, which might be types or might be protocols.
1610 SmallVector<IdentifierInfo *, 4> identifiers; local
1613 // Parse a list of comma-separated identifiers, bailing out if we
1621 identifiers.push_back(Tok.getIdentifierInfo());
1629 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) {
1630 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i]
1660 identifiers, local
    [all...]

Completed in 66 milliseconds