HomeSort by relevance Sort by last modified time
    Searched refs:getPreprocessedType (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Driver/
Types.h 30 /// getPreprocessedType - Get the ID of the type for this input when
33 ID getPreprocessedType(ID Id);
  /external/clang/lib/Driver/
Types.cpp 43 types::ID types::getPreprocessedType(ID Id) {
196 if (getPreprocessedType(Id) != TY_INVALID) {
Driver.cpp 450 if (types::getPreprocessedType(it->first) == types::TY_INVALID) {
    [all...]
Tools.cpp     [all...]

Completed in 45 milliseconds