Searched defs:NumLocations (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h131 mutable unsigned NumLocations; member in class:llvm::LibCallInfo
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {}
/external/clang/lib/AST/
H A DDecl.cpp3034 unsigned NumLocations) {
3037 NumLocations * sizeof(SourceLocation)));
3033 CreateDeserialized(ASTContext &C, unsigned ID, unsigned NumLocations) argument
/external/clang/tools/c-index-test/
H A Dc-index-test.c1391 unsigned NumLocations = 0, Loc; local
1396 while (strstr(argv[NumLocations+1], "-cursor-at=") == argv[NumLocations+1])
1397 ++NumLocations;
1400 assert(NumLocations > 0 && "Unable to count locations?");
1402 NumLocations * sizeof(CursorSourceLocation));
1403 for (Loc = 0; Loc < NumLocations; ++Loc) {
1411 if (parse_remapped_files(argc, argv, NumLocations + 1, &unsaved_files,
1422 argv + num_unsaved_files + 1 + NumLocations,
1423 argc - num_unsaved_files - 2 - NumLocations,
1524 unsigned NumLocations = 0, Loc; local
[all...]

Completed in 149 milliseconds