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

  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
  /system/tools/hidl/
Scope.h 42 virtual LocalIdentifier *lookupIdentifier(const std::string &name) const;
Scope.cpp 80 LocalIdentifier *Scope::lookupIdentifier(const std::string & /*name*/) const {
EnumType.h 38 LocalIdentifier *lookupIdentifier(const std::string &name) const override;
AST.cpp 230 EnumValue *v = static_cast<EnumValue *>(enumType->lookupIdentifier(enumValueName));
EnumType.cpp 106 LocalIdentifier *EnumType::lookupIdentifier(const std::string &name) const {
hidl-gen_y.yy 722 LocalIdentifier *iden = (*scope)->lookupIdentifier(identifier);
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 294 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) {
ASTReader.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]

Completed in 251 milliseconds