reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseExprCXX.cpp
 2457       SymbolLocations[SymbolIdx++] = ConsumeToken();
 2468         SymbolLocations[SymbolIdx++] = T.getOpenLocation();
 2469         SymbolLocations[SymbolIdx++] = T.getCloseLocation();
 2493       SymbolLocations[SymbolIdx++] = T.getOpenLocation();
 2494       SymbolLocations[SymbolIdx++] = T.getCloseLocation();
 2507       SymbolLocations[SymbolIdx++] = T.getOpenLocation();
 2508       SymbolLocations[SymbolIdx++] = T.getCloseLocation();
 2527     Result.setOperatorFunctionId(KeywordLoc, Op, SymbolLocations);